Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ FlushAsync
Method
FlushAsync
util/system/filemap.h:133–135 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
131
}
132
133
void FlushAsync(void* ptr, size_t size) {
134
Flush(ptr, size, false);
135
}
136
137
void FlushAsync() {
138
FlushAsync(Ptr(), MappedSize());
Callers
nothing calls this directly
Calls
1
Flush
Function · 0.50
Tested by
no test coverage detected