MCPcopy Index your code
hub / github.com/scriptscat/scriptcat / section

Function section

example/tests/sandbox_test.js:106–108  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

104 }
105
106 function section(name) {
107 console.log(`\n%c--- ${name} ---`, "color: orange; font-weight: bold;");
108 }
109
110 function waitForEventLoop() {
111 return new Promise((resolve) => setTimeout(resolve, 0));

Callers 1

sandbox_test.jsFile · 0.70

Calls 1

logMethod · 0.80

Tested by

no test coverage detected