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

Method setFilter

src/RemoteDebug.cpp:1769–1778  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1767// Filter
1768
1769void RemoteDebug::setFilter(String filter) {
1770
1771 _filter = filter;
1772 _filter.toLowerCase(); // TODO: option to case insensitive ?
1773 _filterActive = true;
1774
1775 debugPrint("* Debug: Filter active: ");
1776 debugPrintln(_filter);
1777
1778}
1779
1780void RemoteDebug::setNoFilter() {
1781

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected