Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ SetTraceReporter
Method
SetTraceReporter
library/cpp/testing/gtest/main.cpp:445–448 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
443
}
444
445
void NGTest::SetTraceReporter(std::ostream* traceFile) {
446
::testing::TestEventListeners& listeners = ::testing::UnitTest::GetInstance()->listeners();
447
listeners.Append(new TTraceWriter{traceFile});
448
}
Callers
nothing calls this directly
Calls
1
Append
Method · 0.45
Tested by
no test coverage detected