DBKV.all

You're seeing just the function all, go back to DBKV module for more information.

Specs

all(t()) :: [entry()] | {:error, any()}

Returns all entries from table.

Specs

all(t(), (key :: any(), value :: any() -> any())) :: [any()] | {:error, any()}

Applies fun to each entry stored in table in some unspecified order.