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

Class ClsA

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

Source from the content-addressed store, hash-verified

1
2class ClsA {
3 bark() {
4 console.log("woof");
5 }
6}
7class ClsB {
8 meow() {
9 console.log("meow");

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected