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

Method key

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

Source from the content-addressed store, hash-verified

247 return with_spec(spec_.map(key, value));
248 }
249 constexpr FieldMeta key(FieldNodeSpec key_spec) const {
250 return with_spec(spec_.key(key_spec));
251 }
252 constexpr FieldMeta value(FieldNodeSpec value_spec) const {
253 return with_spec(spec_.value(value_spec));
254 }

Callers 2

mapMethod · 0.45
TESTFunction · 0.45

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.36