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

Method showRaw

src/RemoteDebug.cpp:795–797  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

793// Show in raw mode - only data ?
794
795void RemoteDebug::showRaw(boolean show) {
796 _showRaw = show;
797}
798
799
800// Is active ? client telnet connected and level of debug equal or greater then set by user in telnet

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected