Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
811
bool Value::isProxyObject() const noexcept {
812
return _type == ValueType::ProxyTypedObject;
813
}
814
815
bool Value::isValdiObject() const noexcept {
816
return _type == ValueType::ValdiObject;
Callers
3
TEST
Function · 0.45
TEST
Function · 0.45
canReceiveNativeState
Function · 0.45
Calls
no outgoing calls
Tested by
2
TEST
Function · 0.36
TEST
Function · 0.36