Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/scottrogowski/code2flow
/ C
Class
C
tests/test_code/js/simple_b_js/simple_b.js:13–17 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
11
12
13
class
C {
14
d(param) {
15
a(
"AnotherSTR"
);
16
}
17
}
18
19
const
c =
new
C()
20
c.d()
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected