Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
11
class TTempFile: TMoveOnly {
12
public:
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
move
Function · 0.50
Clear
Method · 0.45
Tested by
no test coverage detected