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

Function declaration_file

Libs/flatbuffers/reflection_generated.h:436–438  ·  view source on GitHub ↗

File that this Enum is declared in.

Source from the content-addressed store, hash-verified

434 }
435 /// File that this Enum is declared in.
436 const flatbuffers::String *declaration_file() const {
437 return GetPointer<const flatbuffers::String *>(VT_DECLARATION_FILE);
438 }
439 bool Verify(flatbuffers::Verifier &verifier) const {
440 return VerifyTableStart(verifier) &&
441 VerifyOffsetRequired(verifier, VT_NAME) &&

Callers 1

VerifyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected