MCPcopy Create free account
hub / github.com/Snapchat/Valdi / isProxyObject

Method isProxyObject

valdi_core/src/valdi_core/cpp/Utils/Value.cpp:811–813  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

809}
810
811bool Value::isProxyObject() const noexcept {
812 return _type == ValueType::ProxyTypedObject;
813}
814
815bool Value::isValdiObject() const noexcept {
816 return _type == ValueType::ValdiObject;

Callers 3

TESTFunction · 0.45
TESTFunction · 0.45
canReceiveNativeStateFunction · 0.45

Calls

no outgoing calls

Tested by 2

TESTFunction · 0.36
TESTFunction · 0.36