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

Function response

Libs/flatbuffers/reflection_generated.h:919–921  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

917 return GetPointer<const reflection::Object *>(VT_REQUEST);
918 }
919 const reflection::Object *response() const {
920 return GetPointer<const reflection::Object *>(VT_RESPONSE);
921 }
922 const flatbuffers::Vector<flatbuffers::Offset<reflection::KeyValue>> *attributes() const {
923 return GetPointer<const flatbuffers::Vector<flatbuffers::Offset<reflection::KeyValue>> *>(VT_ATTRIBUTES);
924 }

Callers 1

VerifyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected