Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/Valdi
/ isValdiObject
Method
isValdiObject
valdi_core/src/valdi_core/cpp/Utils/Value.cpp:815–817 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
813
}
814
815
bool Value::isValdiObject() const noexcept {
816
return _type == ValueType::ValdiObject;
817
}
818
819
size_t Value::hash() const {
820
switch (_type) {
Callers
6
TEST_P
Method · 0.80
resolve
Method · 0.80
toBorderValues
Method · 0.80
resolveParentContext
Function · 0.80
onMeasure
Method · 0.80
TextLayerClass.cpp
File · 0.80
Calls
no outgoing calls
Tested by
1
TEST_P
Method · 0.64