MCPcopy 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
2672void Debugger::Buffer::Clear()
2673{
2674 mDataUsed = 0;
2675 mFailed = FALSE;
2676}
2677
2678
2679

Callers 5

ProcessCommandsMethod · 0.45
DEBUGGER_COMMANDFunction · 0.45
SendResponseMethod · 0.45
ConnectMethod · 0.45
DisconnectMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected