Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/crashfort/SourceDemoRender
/ SetMessageFunction
Method
SetMessageFunction
Projects/Shared/Source/Log.cpp:25–28 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
23
}
24
25
void SDR::Log::SetMessageFunction(LogFunctionType func)
26
{
27
MessageImpl = func;
28
}
29
30
void SDR::Log::SetMessageColorFunction(LogFunctionColorType func)
31
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected