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

Method meow

tests/test_code/js/inheritance_attr/inheritance_attr.js:8–10  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6}
7class ClsB {
8 meow() {
9 console.log("meow");
10 }
11}
12
13ClsA.B = ClsB;

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected