MCPcopy Index your code
hub / github.com/ScriptedAlchemy/devtools-debugger-mcp / times

Method times

tests/fixtures/advanced-script.js:21–25  ·  view source on GitHub ↗
(n)

Source from the content-addressed store, hash-verified

19 this.mult = mult;
20 }
21 times(n) {
22 const out = n * this.mult;
23 debugger; // pause with `this` and locals
24 return out;
25 }
26}
27
28const inc1 = makeCounter(10);

Callers 1

advanced-script.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected