Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/scottrogowski/code2flow
/ scope_confusion
Method
scope_confusion
tests/test_code/js/scoping/scoping.js:6–8 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
4
5
class
MyClass {
6
scope_confusion() {
7
console.log(
'scope_confusion'
);
8
}
9
10
a() {
11
this.scope_confusion();
Callers
1
a
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected