MCPcopy Create free account
hub / github.com/Snapchat/Valdi / getCasesSize

Method getCasesSize

valdi_core/src/valdi_core/cpp/Schema/ValueSchema.cpp:1122–1124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1120}
1121
1122size_t EnumSchema::getCasesSize() const {
1123 return _casesSize;
1124}
1125
1126const EnumCaseSchema& EnumSchema::getCase(size_t index) const {
1127 InlineContainerAllocator<EnumSchema, EnumCaseSchema> allocator;

Callers 10

unmarshallMethod · 0.80
ValueSchema.cppFile · 0.80
hashMethod · 0.80
TESTFunction · 0.80
JavaEnumClassDelegateMethod · 0.80
makeMethod · 0.80
makeMethod · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64