MCPcopy 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
492bool ValueSchema::isEnum() const {
493 return _type == ValueSchemaInnerTypeEnum;
494}
495
496bool ValueSchema::isValueTypedArray() const {

Callers 5

visitNestedTypeFunction · 0.80
registerSchemaMethod · 0.80
TESTFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64