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

Method setNoFilter

src/RemoteDebug.cpp:1780–1787  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1778}
1779
1780void RemoteDebug::setNoFilter() {
1781
1782 _filter = "";
1783 _filterActive = false;
1784
1785 debugPrintln("* Debug: Filter disabled");
1786
1787}
1788
1789// Silence
1790

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected