Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/Valdi
/ isStaticString
Method
isStaticString
valdi_core/src/valdi_core/cpp/Utils/Value.cpp:783–785 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
781
}
782
783
bool Value::isStaticString() const noexcept {
784
return _type == ValueType::StaticString;
785
}
786
787
bool Value::isMap() const noexcept {
788
return _type == ValueType::Map;
Callers
2
nativeGetString
Function · 0.45
decodeNativeBitmap
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected