MCPcopy Create free account
hub / github.com/catboost/catboost / TTempFile

Method TTempFile

util/system/tempfile.h:13–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11class TTempFile: TMoveOnly {
12public:
13 inline TTempFile(const TString& fname)
14 : Name_(fname)
15 {
16 }
17
18 inline TTempFile(TTempFile&& rhs) noexcept
19 : Name_(std::move(rhs.Name_))

Callers

nothing calls this directly

Calls 2

moveFunction · 0.50
ClearMethod · 0.45

Tested by

no test coverage detected