Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
555
Ref<ClassSchema> ValueSchema::getClassRef() const {
556
return castOrNull<ClassSchema>(_ptr);
557
}
558
559
const EnumSchema* ValueSchema::getEnum() const {
560
return dynamic_cast<const EnumSchema*>(_ptr.get());
Callers
9
createClassValueMarshaller
Method · 0.80
getResolvedClassSchema
Method · 0.80
getClassSchema
Method · 0.80
TEST_P
Function · 0.80
TEST_P
Method · 0.80
TEST
Function · 0.80
createMarshalledSequenceObject
Method · 0.80
getLoadedClassDelegateForClassName
Method · 0.80
marshall
Method · 0.80
Calls
no outgoing calls
Tested by
4
TEST_P
Function · 0.64
TEST_P
Method · 0.64
TEST
Function · 0.64
createMarshalledSequenceObject
Method · 0.64