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

Method WriteVal

library/cpp/json/json_prettifier.cpp:157–162  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

155
156 template <typename T>
157 bool WriteVal(const T& t) {
158 OnVal();
159 Out.Write(t);
160 AfterVal();
161 return true;
162 }
163
164 bool OnNull() override {
165 return WriteVal(TStringBuf("null"));

Callers

nothing calls this directly

Calls 1

WriteMethod · 0.45

Tested by

no test coverage detected