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

Method ToJson

library/cpp/logger/thread_creator.cpp:18–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16
17
18void TOwningThreadedLogBackendCreator::ToJson(NJson::TJsonValue& value) const {
19 value["QueueLen"] = QueueLen;
20 value["Threaded"] = true;
21 Slave->ToJson(value);
22}
23
24void TOwningThreadedLogBackendCreator::SetQueueOverflowCallback(std::function<void()> callback) {
25 QueueOverflowCallback = std::move(callback);

Callers 1

DoToJsonMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected