Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
791
bool Value::isArray() const noexcept {
792
return _type == ValueType::Array;
793
}
794
795
bool Value::isError() const noexcept {
796
return _type == ValueType::Error;
Callers
15
createValueMarshallerForSchema
Method · 0.45
unmarshallVector
Function · 0.45
SwiftValdiMarshaller_IsArray
Function · 0.45
getJavaTypeSignatureFromValueSchema
Function · 0.45
getVariables
Method · 0.45
_createVariable
Method · 0.45
micromatch.js
File · 0.45
r
Function · 0.45
n
Function · 0.45
a
Function · 0.45
f
Function · 0.45
l
Function · 0.45
Calls
no outgoing calls
Tested by
4
TEST
Function · 0.36
TEST
Function · 0.36
TEST
Function · 0.36
deserializeTestCases
Function · 0.36