XEts.whereis
You're seeing just the function
whereis
, go back to XEts module for more information.
Link to this function
whereis(tab)
Specs
Equivalent to :ets.whereis/1
.
See also: :ets.whereis/1.
Examples
iex> XEts.new(:test, [:named_table])
iex> XEts.whereis(:test) |> is_reference()
true
iex> XEts.whereis(:test2)
:undefined