MCPcopy 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
20function alpha() {
21 fs.readFileSync("exclude_modules.js");
22 beta()
23 match()
24 alpha()
25}
26
27
28alpha()

Callers 1

exclude_modules.jsFile · 0.70

Calls 2

matchFunction · 0.85
betaFunction · 0.70

Tested by

no test coverage detected