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

Method getLastCommand

src/RemoteDebug.cpp:1398–1401  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1396// Get last command received
1397
1398String RemoteDebug::getLastCommand() {
1399
1400 return _lastCommand;
1401}
1402
1403// Clear the last command received
1404

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected