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

Method TJsonValue>

library/cpp/json/ordered_maps/json_value_ordered.cpp:1111–1114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1109
1110template <>
1111void Out<NJson::NOrderedJson::TJsonValue>(IOutputStream& out, const NJson::NOrderedJson::TJsonValue& v) {
1112 NJsonOrderedWriter::TBuf buf(NJsonOrderedWriter::HEM_DONT_ESCAPE_HTML, &out);
1113 buf.WriteJsonValue(&v);
1114}

Callers

nothing calls this directly

Calls 1

WriteJsonValueMethod · 0.45

Tested by

no test coverage detected