Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ RestoreOriginalLogger
Function
RestoreOriginalLogger
library/cpp/hnsw/logging/logging.cpp:25–27 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
23
}
24
25
void RestoreOriginalLogger() {
26
THnswLog::Instance().ResetBackend(CreateLogBackend(
"cerr"
));
27
}
28
}
Callers
nothing calls this directly
Calls
3
Instance
Function · 0.85
CreateLogBackend
Function · 0.85
ResetBackend
Method · 0.45
Tested by
no test coverage detected