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

Method TempFile

src/common/classes/TempFile.h:36–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34{
35public:
36 TempFile(MemoryPool& pool, const PathName& prefix, const PathName& directory,
37 bool do_unlink = true)
38 : filename(pool), position(0), size(0), doUnlink(do_unlink)
39 {
40 init(directory, prefix);
41 }
42
43 TempFile(const PathName& prefix, bool do_unlink = true)
44 : position(0), size(0), doUnlink(do_unlink)

Callers

nothing calls this directly

Calls 1

initFunction · 0.70

Tested by

no test coverage detected