MCPcopy Create free account
hub / github.com/catboost/catboost / operator()

Method operator()

library/cpp/chromium_trace/json.cpp:99–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

97 NJsonWriter::TBuf* Output;
98
99 void operator()(TStringBuf value) {
100 Output->WriteString(value);
101 }
102
103 void operator()(i64 value) {
104 Output->WriteLongLong(value);

Callers

nothing calls this directly

Calls 3

WriteStringMethod · 0.45
WriteLongLongMethod · 0.45
WriteDoubleMethod · 0.45

Tested by

no test coverage detected