Avrora.AvroSchemaStore.new

You're seeing just the function new, go back to Avrora.AvroSchemaStore module for more information.

Creates a new Erlang Term Store.

Examples:

iex> {:ok, _} = Avrora.AvroSchemaStore.start_link()
iex> Avrora.AvroSchemaStore.new() |> :ets.info() |> Keyword.get(:size)
0