MCPcopy 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
783bool Value::isStaticString() const noexcept {
784 return _type == ValueType::StaticString;
785}
786
787bool Value::isMap() const noexcept {
788 return _type == ValueType::Map;

Callers 2

nativeGetStringFunction · 0.45
decodeNativeBitmapMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected