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

Method map

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

Source from the content-addressed store, hash-verified

243 return with_spec(spec_.set(elem));
244 }
245 constexpr FieldMeta map() const { return with_spec(spec_.map()); }
246 constexpr FieldMeta map(FieldNodeSpec key, FieldNodeSpec value) const {
247 return with_spec(spec_.map(key, value));
248 }

Callers 15

tracksWidePresenceMethod · 0.45
mapFunction · 0.45
TESTFunction · 0.45
read_utf16_stringMethod · 0.45
checked_add_daysMethod · 0.45
checked_sub_daysMethod · 0.45
checked_duration_secondsFunction · 0.45
try_fromMethod · 0.45
read_collection_dataFunction · 0.45

Calls

no outgoing calls