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

Function d

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

Source from the content-addressed store, hash-verified

2 function a() {
3 function c() {
4 function d() {
5 console.log('d');
6 }
7 d()
8 }
9 b();

Callers 1

cFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected