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

Method GetDebugInfo

library/cpp/netliba/v12/udp_host.cpp:1876–1879  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1874 }
1875
1876 void TUdpHost::GetDebugInfo(TDebugStringCb cb) {
1877 DebugReqQueue.Enqueue(cb);
1878 CancelWaitLow();
1879 }
1880 void TUdpHost::ProcessDebugRequests() {
1881 TDebugStringCb cb;
1882 while (DebugReqQueue.Dequeue(cb)) {

Callers 2

DumpConnectionFunction · 0.45
GetConnectionsDebugMethod · 0.45

Calls 1

EnqueueMethod · 0.45

Tested by

no test coverage detected