MCPcopy 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

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 }

Callers 1

aFunction · 0.70

Calls 1

dFunction · 0.85

Tested by

no test coverage detected