MCPcopy 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
99Value::Value() noexcept {
100 _data.l = 0;
101}
102
103Value::Value(const Undefined& /*undefined*/) noexcept : _type(ValueType::Undefined) {
104 _data.l = 0;

Callers 5

InvokeCallableFunction · 0.45
setObjectPropertyMethod · 0.45
valueToIntMethod · 0.45
valueToWrappedObjectMethod · 0.45
valueToFunctionMethod · 0.45

Calls 6

getGlobalFunction · 0.85
unsafeRetainFunction · 0.85
getInternedStringMethod · 0.80
makeStringMethod · 0.80
makeStringFromLiteralMethod · 0.80
getMethod · 0.65

Tested by

no test coverage detected