Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/Valdi
/ isEnum
Method
isEnum
valdi_core/src/valdi_core/cpp/Schema/ValueSchema.cpp:491–493 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
489
return _type == ValueSchemaInnerTypeClass;
490
}
491
492
bool ValueSchema::isEnum() const {
493
return _type == ValueSchemaInnerTypeEnum;
494
}
495
496
bool ValueSchema::isValueTypedArray() const {
Callers
5
createValueMarshallerForSchema
Method · 0.80
visitNestedType
Function · 0.80
registerSchema
Method · 0.80
getJavaTypeSignatureFromValueSchema
Function · 0.80
TEST
Function · 0.80
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.64