Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
console.log(
'start'
);
2
function
add(a, b) {
3
const
sum = a + b;
4
console.log(
'sum'
, sum);
Callers
nothing calls this directly
Calls
1
add
Function · 0.85
Tested by
no test coverage detected