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

Method isInterface

valdi_core/src/valdi_core/cpp/Schema/ValueSchema.cpp:1027–1029  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1025}
1026
1027bool ClassSchema::isInterface() const {
1028 return _isInterface;
1029}
1030
1031size_t ClassSchema::getPropertiesSize() const {
1032 return _propertiesSize;

Callers 9

unmarshallMethod · 0.80
marshallMethod · 0.80
ValueSchema.cppFile · 0.80
TESTFunction · 0.80
getPropertyMethod · 0.80
TestProtocolHelperMethod · 0.80
newObjectClassMethod · 0.80

Calls

no outgoing calls

Tested by 3

TESTFunction · 0.64
getPropertyMethod · 0.64
TestProtocolHelperMethod · 0.64