MCPcopy Create free account
hub / github.com/scottrogowski/code2flow / scoping.js

File scoping.js

tests/test_code/js/scoping/scoping.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1function scope_confusion() {
2 console.log('scope_confusion');
3}
4

Callers

nothing calls this directly

Calls 2

aMethod · 0.80
bMethod · 0.80

Tested by

no test coverage detected