MCPcopy 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
815bool Value::isValdiObject() const noexcept {
816 return _type == ValueType::ValdiObject;
817}
818
819size_t Value::hash() const {
820 switch (_type) {

Callers 6

TEST_PMethod · 0.80
resolveMethod · 0.80
toBorderValuesMethod · 0.80
resolveParentContextFunction · 0.80
onMeasureMethod · 0.80
TextLayerClass.cppFile · 0.80

Calls

no outgoing calls

Tested by 1

TEST_PMethod · 0.64