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

Function scope_confusion

tests/test_code/js/scoping/scoping.js:1–3  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1function scope_confusion() {
2 console.log('scope_confusion');
3}
4
5class MyClass {
6 scope_confusion() {

Callers 1

bMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected