Skip to content

Commit

Permalink
fix: add spec
Browse files Browse the repository at this point in the history
  • Loading branch information
vatanasov committed Oct 8, 2024
1 parent b98b17a commit 1f96e45
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/ae_mdw/db/rocksdb_cf.ex
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,7 @@ defmodule AeMdw.Db.RocksDbCF do
record
end

@spec stream(table(), Keyword.t()) :: Enumerable.t()
def stream(table, opts \\ []) do
potential_cursor =
case Keyword.get(opts, :cursor, nil) do
Expand Down

0 comments on commit 1f96e45

Please sign in to comment.