Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dail8859/NotepadNext
/ addMessageHandler
Method
addMessageHandler
src/DebugManager.cpp:82–85 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
80
}
81
82
void DebugManager::addMessageHandler(DebugOutputHandler handler)
83
{
84
handlers->append(handler);
85
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected