Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/JochenKalmbach/StackWalker
/ OnOutput
Method
OnOutput
Main/StackWalker/main.cpp:36–36 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
34
{
35
protected:
36
virtual void OnOutput(LPCSTR szText) { printf(
"%s"
, szText); }
37
};
38
39
void Func5()
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected