MCPcopy Create free account
hub / github.com/Snapchat/Valdi / map

Method map

valdi_core/src/valdi_core/cpp/Schema/ValueSchema.cpp:822–824  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

820}
821
822ValueSchema ValueSchema::map(const ValueSchema& keySchema, const ValueSchema& valueSchema) {
823 return ValueSchema(ValueSchemaInnerTypeMap, 0, 0, makeShared<MapSchema>(keySchema, valueSchema));
824}
825
826ValueSchema ValueSchema::map(ValueSchema&& keySchema, ValueSchema&& valueSchema) {
827 return ValueSchema(

Callers 15

constructorMethod · 0.45
_disconnectMethod · 0.45
_bootMethod · 0.45
sanitizerMethod · 0.45
_restartMethod · 0.45
activateFunction · 0.45
resolveVariableInConfigFunction · 0.45
_listenMethod · 0.45
mapOutputFunction · 0.45
trimLineWhitespaceFunction · 0.45

Calls 1

ValueSchemaClass · 0.70

Tested by 2

wrappedFunction · 0.36