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

Class Cadabra

tests/test_code/js/ambiguous_names/ambiguous_names.js:15–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13
14
15class Cadabra {
16 magic() {
17 console.log('magic 2');
18 }
19
20 cadabra_it(a) {
21 let b = a.abra_it()
22 let c = "d"
23 }
24}
25
26function main(cls) {
27 obj = cls()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected