Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
function
scope_confusion() {
2
console.log(
'scope_confusion'
);
3
}
4
5
class
MyClass {
6
scope_confusion() {
Callers
1
b
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected