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

Class ClsC

tests/test_code/js/inheritance_attr/inheritance_attr.js:16–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14
15
16class ClsC extends ClsA.B {}
17
18let c = new ClsC();
19c.meow();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected