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

Method AsJson

library/cpp/logger/backend_creator.cpp:23–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21
22
23NJson::TJsonValue ILogBackendCreator::AsJson() const {
24 NJson::TJsonValue json;
25 ToJson(json);
26 return json;
27}
28
29THolder<ILogBackendCreator> ILogBackendCreator::Create(const IInitContext& ctx) {
30 auto res = MakeHolder<TLogBackendCreatorUninitialized>();

Callers

nothing calls this directly

Calls 1

ToJsonFunction · 0.50

Tested by

no test coverage detected