MCPcopy 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
487bool ValueSchema::isClass() const {
488 return _type == ValueSchemaInnerTypeClass;
489}
490
491bool ValueSchema::isEnum() const {
492 return _type == ValueSchemaInnerTypeEnum;

Callers 10

visitNestedTypeFunction · 0.80
registerSchemaMethod · 0.80
TESTFunction · 0.80
marshallMethod · 0.80
PseudoSelectorMethod · 0.80
debug_astFunction · 0.80
selectorPseudoNamedFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64