Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CobaltFusion/DebugViewPP
/ IsClearBufferMessage
Function
IsClearBufferMessage
DebugView++/MainFrame.cpp:1359–1362 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1357
}
1358
1359
bool IsClearBufferMessage(const std::string& message)
1360
{
1361
return message.find(
"DBGVIEWCLEAR"
) == 0;
1362
}
1363
1364
void CMainFrame::AddMessage(const Message& message)
1365
{
Callers
1
AddMessage
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected