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

Method getMapValue

valdi_core/src/valdi_core/cpp/Utils/Value.cpp:878–880  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

876}
877
878Value Value::getMapValue(std::string_view str) const {
879 return getMapValue(StringCache::getGlobal().makeString(str));
880}
881
882Value Value::getMapValue(const char* str) const {
883 return getMapValue(std::string_view(str));

Callers 15

doCallMethod · 0.80
unmarshallBridgeObjectFunction · 0.80
getStringMethod · 0.80
getBoolMethod · 0.80
getFloatMethod · 0.80
getIntMethod · 0.80
getBinaryMethod · 0.80
getStringMethod · 0.80
getBoolMethod · 0.80
getFloatMethod · 0.80
getIntMethod · 0.80
getBinaryMethod · 0.80

Calls 4

getGlobalFunction · 0.85
makeStringMethod · 0.80
endMethod · 0.65
findMethod · 0.45

Tested by 15

getStringMethod · 0.64
getBoolMethod · 0.64
getFloatMethod · 0.64
getIntMethod · 0.64
getBinaryMethod · 0.64
getStringMethod · 0.64
getBoolMethod · 0.64
getFloatMethod · 0.64
getIntMethod · 0.64
getBinaryMethod · 0.64
TEST_PFunction · 0.64
TEST_PMethod · 0.64