MCPcopy Create free account
hub / github.com/catboost/catboost / TJsonValue>

Method TJsonValue>

library/cpp/json/writer/json_value.cpp:1091–1094  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1089
1090template <>
1091void Out<NJson::TJsonValue>(IOutputStream& out, const NJson::TJsonValue& v) {
1092 NJsonWriter::TBuf buf(NJsonWriter::HEM_DONT_ESCAPE_HTML, &out);
1093 buf.WriteJsonValue(&v);
1094}

Callers

nothing calls this directly

Calls 1

WriteJsonValueMethod · 0.45

Tested by

no test coverage detected