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