Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/scottrogowski/code2flow
/ alpha
Function
alpha
tests/test_code/js/exclude_modules/exclude_modules.js:20–25 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
18
19
20
function
alpha() {
21
fs.readFileSync(
"exclude_modules.js"
);
22
beta()
23
match()
24
alpha()
25
}
26
27
28
alpha()
Callers
1
exclude_modules.js
File · 0.70
Calls
2
match
Function · 0.85
beta
Function · 0.70
Tested by
no test coverage detected