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

Method expand

src/RemoteDebug.cpp:1986–1992  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1984// TODO: make this for another chars not printable
1985
1986String RemoteDebug::expand(String string) {
1987
1988 string.replace("\r", "\\r");
1989 string.replace("\n", "\\n");
1990
1991 return string;
1992}
1993
1994#ifdef ALPHA_VERSION // In test, not good yet
1995// Send telnet commands (as used with password request) - 18/08/18

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected