MCPcopy Create free account
hub / github.com/apache/fory / fixed

Method fixed

cpp/fory/meta/field_info.h:233–233  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

231 return copy;
232 }
233 constexpr FieldMeta fixed() const { return with_spec(spec_.fixed()); }
234 constexpr FieldMeta varint() const { return with_spec(spec_.varint()); }
235 constexpr FieldMeta tagged() const { return with_spec(spec_.tagged()); }
236 constexpr FieldMeta list(FieldNodeSpec elem) const {

Callers 3

fixedFunction · 0.45
TESTFunction · 0.45

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.36