Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/microsoft/vscode-js-debug
/ double
Function
double
testWorkspace/tsNode/double.ts:16–18 ·
view source on GitHub ↗
(n: number)
Source
from the content-addressed store, hash-verified
14
}
15
16
export
function
double(n: number) {
17
return
n * 2;
// this line is a different # in the compiled source
18
}
Callers
3
index.js
File · 0.85
withAbsRoot.js
File · 0.85
index.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected