MCPcopy Create free account
hub / github.com/axhlzy/FridaDebugger / clear

Function clear

scripts/thread-stalker.js:418–418  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

416}
417
418function clear() { console.log("\x1b[3J\x1b[H\x1b[2J"); }
419
420function help() {
421 const b = (s) => `${C.green}${s}${C.reset}`, d = (s) => `${C.dim}${s}${C.reset}`;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected