MCPcopy Create free account
hub / github.com/GameTechDev/PresentMon / GetDefaultChannel

Function GetDefaultChannel

IntelPresentMon/PresentMonAPI2Tests/Logging.cpp:53–56  ·  view source on GitHub ↗

this is injected into to util::log namespace and hooks into that system

Source from the content-addressed store, hash-verified

51
52 // this is injected into to util::log namespace and hooks into that system
53 std::shared_ptr<IChannel> GetDefaultChannel() noexcept
54 {
55 return GetDefaultChannelWithFactory(MakeChannel_);
56 }
57}
58
59namespace pmon::test

Callers 1

SetupTestLoggingFunction · 0.70

Calls 1

Tested by

no test coverage detected