Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ Term
Method
Term
util/system/filemap.h:215–220 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
213
DoInit(fileMap.GetFile().GetName());
214
}
215
void Term() {
216
DataHolder_.Destroy();
217
Ptr_ = nullptr;
218
Size_ = 0;
219
End_ = nullptr;
220
}
221
void Precharge() {
222
DataHolder_->Precharge();
223
}
Callers
1
Y_UNIT_TEST
Function · 0.45
Calls
1
Destroy
Method · 0.45
Tested by
no test coverage detected