Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/scottrogowski/code2flow
/
Class
tests/test_code/js/inheritance_attr/inheritance_attr.js:2–2 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
2
class
ClsA {
3
bark() {
4
console.log(
"woof"
);
5
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected