XEts.whereis

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

Specs

whereis(t() | tab()) :: reference() | :undefined

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