MCPcopy Create free account
hub / github.com/scottrogowski/code2flow / func_a

Function func_a

tests/test_code/js/simple_a_js/simple_a.js:3–5  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1function func_b() {}
2
3function func_a() {
4 func_b();
5}

Callers

nothing calls this directly

Calls 1

func_bFunction · 0.70

Tested by

no test coverage detected