Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/Valdi
/ Value
Method
Value
valdi_core/src/valdi_core/cpp/Utils/Value.cpp:99–101 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
97
*/
98
99
Value::Value() noexcept {
100
_data.l = 0;
101
}
102
103
Value::Value(const Undefined& /*undefined*/) noexcept : _type(ValueType::Undefined) {
104
_data.l = 0;
Callers
5
InvokeCallable
Function · 0.45
setObjectProperty
Method · 0.45
valueToInt
Method · 0.45
valueToWrappedObject
Method · 0.45
valueToFunction
Method · 0.45
Calls
6
getGlobal
Function · 0.85
unsafeRetain
Function · 0.85
getInternedString
Method · 0.80
makeString
Method · 0.80
makeStringFromLiteral
Method · 0.80
get
Method · 0.65
Tested by
no test coverage detected