MCPcopy Create free account
hub / github.com/scottrogowski/code2flow / d

Method d

tests/test_code/js/simple_b_js/simple_b.js:14–16  ·  view source on GitHub ↗
(param)

Source from the content-addressed store, hash-verified

12
13class C {
14 d(param) {
15 a("AnotherSTR");
16 }
17}
18
19const c = new C()

Callers 1

simple_b.jsFile · 0.45

Calls 1

aFunction · 0.70

Tested by

no test coverage detected