MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / sameFile

Method sameFile

src/jrd/TempSpace.h:166–169  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

164 }
165
166 bool sameFile(const Firebird::TempFile* aFile) const
167 {
168 return (aFile == this->file);
169 }
170
171 private:
172 Firebird::TempFile* file;

Callers 1

extendMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected