Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/microsoft/vscode-js-debug
/ f
Function
f
testWorkspace/web/logging.js:5–23 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
3
var
baz =
'baz'
;
4
5
function
f() {
6
1+2;
7
1+2;
8
1+2;
9
1+2;
10
1+2;
11
1+2;
12
1+2;
13
1+2;
14
1+2;
15
1+2;
16
1+2;
17
1+2;
18
1+2;
19
1+2;
20
1+2;
21
1+2;
22
1+2;
23
}
24
f();
25
f();
26
Callers
4
framesTest.ts
File · 0.85
logging.js
File · 0.85
fibonacci.js
File · 0.85
diverse-inlining.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected