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

Method ~RemoteDebug

src/RemoteDebug.cpp:327–338  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

325// Destructor
326
327RemoteDebug::~RemoteDebug() {
328
329 // Flush
330
331 if (TelnetClient && TelnetClient.connected()) {
332 TelnetClient.flush();
333 }
334
335 // Stop
336
337 stop();
338}
339
340// Stop the server
341

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected