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

Method array

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

Source from the content-addressed store, hash-verified

237 return with_spec(spec_.list(elem));
238 }
239 constexpr FieldMeta array(FieldNodeSpec elem) const {
240 return with_spec(spec_.array(elem));
241 }
242 constexpr FieldMeta set(FieldNodeSpec elem) const {
243 return with_spec(spec_.set(elem));
244 }

Callers 15

writeMethod · 0.45
readMethod · 0.45
writeMethod · 0.45
readMethod · 0.45
readMethod · 0.45
_empty_targetMethod · 0.45
_new_targetMethod · 0.45
writeMethod · 0.45
readMethod · 0.45

Calls

no outgoing calls