Filename, relative to project root.
| 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 | } |
no outgoing calls
no test coverage detected