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

Function a

tests/test_code/js/globals/globals.js:2–11  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1var g = (function() {
2 function a() {
3 function c() {
4 function d() {
5 console.log('d');
6 }
7 d()
8 }
9 b();
10 c();
11 }
12
13 function b() {
14 console.log("c");

Callers

nothing calls this directly

Calls 2

bFunction · 0.70
cFunction · 0.70

Tested by

no test coverage detected