Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
console.log(
'start'
);
2
function
add(a, b) {
3
const
sum = a + b;
4
console.log(
'sum'
, sum);
5
return
sum;
6
}
7
add(2,3);
8
console.log(
'end'
);
Callers
1
sample-script.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected