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

Method OnString

library/cpp/json/json_prettifier.cpp:194–199  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

192 }
193
194 bool OnString(const TStringBuf& s) override {
195 OnVal();
196 WriteString(s);
197 AfterVal();
198 return true;
199 }
200
201 bool OnOpen(char c) {
202 OnVal();

Callers

nothing calls this directly

Calls 1

WriteStringFunction · 0.50

Tested by

no test coverage detected