Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
28
const
inc1 = makeCounter(10);
Callers
1
advanced-script.js
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected