Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ Hold
Method
Hold
library/cpp/json/json_prettifier.cpp:28–34 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
26
}
27
28
void Hold(char c) {
29
if (Dirty) {
30
Flush();
31
}
32
Last = c;
33
Dirty = true;
34
}
35
36
void Flush() {
37
if (Dirty) {
Callers
3
AfterVal
Method · 0.80
OnOpen
Method · 0.80
OnMapKey
Method · 0.80
Calls
1
Flush
Function · 0.50
Tested by
no test coverage detected