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

Function add

tests/fixtures/sample-script.js:2–6  ·  view source on GitHub ↗
(a, b)

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);
5 return sum;
6}
7add(2,3);
8console.log('end');

Callers 1

sample-script.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected