Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ Reset
Method
Reset
util/system/filemap.h:36–40 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
34
}
35
36
inline void Reset() noexcept {
37
Ptr = nullptr;
38
Size = 0;
39
Head = 0;
40
}
41
42
void* Ptr;
43
size_t Size;
Callers
3
Init
Method · 0.45
SetDummy
Method · 0.45
TFileMappedArray
Class · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected