Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/scottrogowski/code2flow
/ c
Function
c
tests/test_code/js/globals/globals.js:3–8 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1
var
g = (
function
() {
2
function
a() {
3
function
c() {
4
function
d() {
5
console.log(
'd'
);
6
}
7
d()
8
}
9
b();
10
c();
11
}
Callers
1
a
Function · 0.70
Calls
1
d
Function · 0.85
Tested by
no test coverage detected