MCPcopy 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
17class DEF {
18 toABC() {
19 calls = 5;
20 return new ABC();
21 }
22}
23
24class GHI {
25 doit2(varname) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected