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

Method WriteNull

library/cpp/json/ordered_maps/json_ordered.cpp:223–226  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

221 }
222
223 TValueContext TBuf::WriteNull() {
224 UnsafeWriteValue(TStringBuf("null"));
225 return TValueContext(*this);
226 }
227
228 TValueContext TBuf::WriteBool(bool b) {
229 constexpr TStringBuf trueVal = "true";

Callers

nothing calls this directly

Calls 1

TValueContextClass · 0.70

Tested by

no test coverage detected