View Source EdgeDB.Protocol.CodecStorage (EdgeDB v0.7.0)
A storage for each codec that the connection knows how to decode.
Summary
Types
@type t() :: :ets.tab()
A storage for each codec that the connection knows how to decode.
Functions
@spec get(t(), binary()) :: EdgeDB.Protocol.Codec.t() | nil
Find a codec in the storage by ID.
@spec get_by_name(t(), binary()) :: EdgeDB.Protocol.Codec.t() | nil
Find a codec in the storage by type name.