Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/microsoft/vscode-js-debug
/ triple
Function
triple
testWorkspace/tsNode/double.ts:6–8 ·
view source on GitHub ↗
(n: number)
Source
from the content-addressed store, hash-verified
4
console.assert(true);
// some statement since you cannot set a breakpoint at a fn declaration
5
6
export
function
triple(n: number) {
7
return
n * 3;
8
}
9
10
export
interface
ISomeStuffToMakeLinesNotMatch {
11
some: true;
Callers
1
index.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected