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

Class GHI

tests/test_code/js/complex_ownership/complex_ownership.js:24–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22}
23
24class GHI {
25 doit2(varname) {
26 return varname.apply()
27 }
28 doit3() {
29 console.log("");
30 }
31}
32
33var empty_var;
34var double_decl = [], empty_var;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected