XEts.take

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

Specs

take(t() | tab(), term()) :: [tuple()]

Equivalent to take(tab, key, :shards_meta.get(tab)).

Link to this function

take(tab, key, meta)

Specs

take(t() | tab(), term(), meta()) :: [tuple()]

Equivalent to :ets.take/2.

See also: :ets.take/2.