MCPcopy Create free account
hub / github.com/catboost/catboost / Write

Method Write

library/cpp/json/json_prettifier.cpp:23–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21
22 template <typename T>
23 void Write(const T& t) {
24 Flush();
25 Slave << t;
26 }
27
28 void Hold(char c) {
29 if (Dirty) {

Callers 5

PadMethod · 0.45
WriteSpaceMethod · 0.45
WriteValMethod · 0.45
OnCloseMapMethod · 0.45
OnCloseArrayMethod · 0.45

Calls 1

FlushFunction · 0.50

Tested by

no test coverage detected