Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ Flush
Method
Flush
library/cpp/json/json_prettifier.cpp:36–41 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
34
}
35
36
void Flush() {
37
if (Dirty) {
38
Slave << Last;
39
Dirty = false;
40
}
41
}
42
43
void Revert() {
44
Dirty = false;
Callers
2
Pad
Method · 0.45
WriteSpace
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected