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

Method WriteNull

library/cpp/json/writer/json.cpp:216–219  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

214 }
215
216 TValueContext TBuf::WriteNull() {
217 UnsafeWriteValue(TStringBuf("null"));
218 return TValueContext(*this);
219 }
220
221 TValueContext TBuf::WriteBool(bool b) {
222 constexpr TStringBuf trueVal = "true";

Callers

nothing calls this directly

Calls 1

TValueContextClass · 0.70

Tested by

no test coverage detected