MCPcopy Index your code
hub / github.com/ScriptedAlchemy/devtools-debugger-mcp / sample-script.js

File sample-script.js

tests/fixtures/sample-script.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1console.log('start');
2function add(a, b) {
3 const sum = a + b;
4 console.log('sum', sum);

Callers

nothing calls this directly

Calls 1

addFunction · 0.85

Tested by

no test coverage detected