Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ Flush
Method
Flush
util/system/filemap.h:125–127 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
123
void Unmap();
124
125
void Flush(void* ptr, size_t size) {
126
Flush(ptr, size, true);
127
}
128
129
void Flush() {
130
Flush(Ptr(), MappedSize());
Callers
nothing calls this directly
Calls
1
Flush
Function · 0.50
Tested by
no test coverage detected