Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/scottrogowski/code2flow
/ ClsB
Class
ClsB
tests/test_code/js/inheritance_attr/inheritance_attr.js:7–11 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
5
}
6
}
7
class
ClsB {
8
meow() {
9
console.log(
"meow"
);
10
}
11
}
12
13
ClsA.B = ClsB;
14
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected