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

Method isArray

valdi_core/src/valdi_core/cpp/Utils/Value.cpp:791–793  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

789}
790
791bool Value::isArray() const noexcept {
792 return _type == ValueType::Array;
793}
794
795bool Value::isError() const noexcept {
796 return _type == ValueType::Error;

Callers 15

unmarshallVectorFunction · 0.45
getVariablesMethod · 0.45
_createVariableMethod · 0.45
micromatch.jsFile · 0.45
rFunction · 0.45
nFunction · 0.45
aFunction · 0.45
fFunction · 0.45
lFunction · 0.45

Calls

no outgoing calls

Tested by 4

TESTFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
deserializeTestCasesFunction · 0.36