MCPcopy Create free account
hub / github.com/JoaoLopesF/RemoteDebug / clearLastCommand

Method clearLastCommand

src/RemoteDebug.cpp:1405–1407  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1403// Clear the last command received
1404
1405void RemoteDebug::clearLastCommand() {
1406 _lastCommand = "";
1407}
1408
1409// Process user command over telnet or web socket
1410

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected