Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/crashfort/SourceDemoRender
/ SetWarningFunction
Method
SetWarningFunction
Projects/Shared/Source/Log.cpp:35–38 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
33
}
34
35
void SDR::Log::SetWarningFunction(LogFunctionType func)
36
{
37
WarningImpl = func;
38
}
39
40
void SDR::Log::Message(const char* text)
41
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected