Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/scottrogowski/code2flow
/ DEF
Class
DEF
tests/test_code/js/complex_ownership/complex_ownership.js:17–22 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
15
}
16
17
class
DEF {
18
toABC() {
19
calls = 5;
20
return
new
ABC();
21
}
22
}
23
24
class
GHI {
25
doit2(varname) {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected