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

Function filename

Libs/flatbuffers/reflection_generated.h:1142–1144  ·  view source on GitHub ↗

Filename, relative to project root.

Source from the content-addressed store, hash-verified

1140 };
1141 /// Filename, relative to project root.
1142 const flatbuffers::String *filename() const {
1143 return GetPointer<const flatbuffers::String *>(VT_FILENAME);
1144 }
1145 bool KeyCompareLessThan(const SchemaFile *o) const {
1146 return *filename() < *o->filename();
1147 }

Callers 3

KeyCompareLessThanFunction · 0.85
KeyCompareWithValueFunction · 0.85
VerifyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected