Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AutoHotkey/AutoHotkey
/ Clear
Method
Clear
source/Debugger.cpp:2672–2676 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2670
}
2671
2672
void Debugger::Buffer::Clear()
2673
{
2674
mDataUsed = 0;
2675
mFailed = FALSE;
2676
}
2677
2678
2679
Callers
5
ProcessCommands
Method · 0.45
DEBUGGER_COMMAND
Function · 0.45
SendResponse
Method · 0.45
Connect
Method · 0.45
Disconnect
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected