Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GameTechDev/PresentMon
/ GetDefaultChannel
Function
GetDefaultChannel
PresentMon/LogSetup.cpp:4–7 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2
namespace pmon::util::log
3
{
4
std::shared_ptr<class IChannel> GetDefaultChannel() noexcept
5
{
6
return {};
7
}
8
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected