MCPcopy Index your code
hub / github.com/react/react / clear

Function clear

scripts/devtools/utils.js:61–63  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

59}
60
61function clear() {
62 console.clear();
63}
64
65async function confirm(message, exitFunction) {
66 console.log('');

Callers 7

mainFunction · 0.70
mainFunction · 0.70
mainFunction · 0.70
printSummaryFunction · 0.50
runFunction · 0.50
print-summary.jsFile · 0.50

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected