XEts.take
You're seeing just the function
take
, go back to XEts module for more information.
Link to this function
take(tab, key)
Specs
Equivalent to take(tab, key, :shards_meta.get(tab)).
Link to this function
take(tab, key, meta)
Specs
Equivalent to :ets.take/2
.
See also: :ets.take/2.