View Source vdist_new_atom_cache_ref_entry (erldist_filter v1.28.5)

Summary

Types

-type t() ::
    #vdist_new_atom_cache_ref_entry{atom_cache_index :: vdist:atom_cache_index(),
                                    atom_text :: binary()}.

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().