Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
878
Value Value::getMapValue(std::string_view str) const {
879
return getMapValue(StringCache::getGlobal().makeString(str));
880
}
881
882
Value Value::getMapValue(const char* str) const {
883
return getMapValue(std::string_view(str));
Callers
15
doCall
Method · 0.80
unmarshallBridgeObject
Function · 0.80
getString
Method · 0.80
getBool
Method · 0.80
getFloat
Method · 0.80
getInt
Method · 0.80
getBinary
Method · 0.80
getString
Method · 0.80
getBool
Method · 0.80
getFloat
Method · 0.80
getInt
Method · 0.80
getBinary
Method · 0.80
Calls
4
getGlobal
Function · 0.85
makeString
Method · 0.80
end
Method · 0.65
find
Method · 0.45
Tested by
15
getString
Method · 0.64
getBool
Method · 0.64
getFloat
Method · 0.64
getInt
Method · 0.64
getBinary
Method · 0.64
getString
Method · 0.64
getBool
Method · 0.64
getFloat
Method · 0.64
getInt
Method · 0.64
getBinary
Method · 0.64
TEST_P
Function · 0.64
TEST_P
Method · 0.64