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