MCPcopy 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

AfterValMethod · 0.80
OnOpenMethod · 0.80
OnMapKeyMethod · 0.80

Calls 1

FlushFunction · 0.50

Tested by

no test coverage detected