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

Method OnNull

library/cpp/json/json_reader.cpp:78–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76 }
77
78 bool TParserCallbacks::OnNull() {
79 return SetValue(JSON_NULL);
80 }
81
82 bool TParserCallbacks::OnBoolean(bool val) {
83 return SetValue(val);

Callers 1

NullMethod · 0.45

Calls 1

SetValueFunction · 0.50

Tested by

no test coverage detected