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

Method getClassRef

valdi_core/src/valdi_core/cpp/Schema/ValueSchema.cpp:555–557  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

553}
554
555Ref<ClassSchema> ValueSchema::getClassRef() const {
556 return castOrNull<ClassSchema>(_ptr);
557}
558
559const EnumSchema* ValueSchema::getEnum() const {
560 return dynamic_cast<const EnumSchema*>(_ptr.get());

Callers 9

getClassSchemaMethod · 0.80
TEST_PFunction · 0.80
TEST_PMethod · 0.80
TESTFunction · 0.80
marshallMethod · 0.80

Calls

no outgoing calls

Tested by 4

TEST_PFunction · 0.64
TEST_PMethod · 0.64
TESTFunction · 0.64