MCPcopy 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
13class C {
14 d(param) {
15 a("AnotherSTR");
16 }
17}
18
19const c = new C()
20c.d()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected