MCPcopy Create free account
hub / github.com/TombEngine/TombEngine / calls

Function calls

Libs/flatbuffers/reflection_generated.h:1032–1034  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1030 return strcmp(name()->c_str(), val);
1031 }
1032 const flatbuffers::Vector<flatbuffers::Offset<reflection::RPCCall>> *calls() const {
1033 return GetPointer<const flatbuffers::Vector<flatbuffers::Offset<reflection::RPCCall>> *>(VT_CALLS);
1034 }
1035 const flatbuffers::Vector<flatbuffers::Offset<reflection::KeyValue>> *attributes() const {
1036 return GetPointer<const flatbuffers::Vector<flatbuffers::Offset<reflection::KeyValue>> *>(VT_ATTRIBUTES);
1037 }

Callers 1

VerifyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected