View Source vdist_new_atom_cache_ref_entry (erldist_filter v1.1.0)

Link to this section Summary

Link to this section Types

-type t() :: #vdist_new_atom_cache_ref_entry{}.

Link to this section Functions

-spec encode_header_flag(T) -> bitstring() when T :: t().
Link to this function

encode_header_reference(T, LongAtoms)

View Source
-spec encode_header_reference(T, LongAtoms) -> bitstring() when T :: t(), LongAtoms :: boolean().
Link to this function

new(AtomCacheIndex, AtomText)

View Source
-spec new(AtomCacheIndex, AtomText) -> T
       when AtomCacheIndex :: vdist:atom_cache_index(), AtomText :: binary(), T :: t().