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

Class Abra

tests/test_code/js/ambiguous_names/ambiguous_names.js:1–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1class Abra {
2 constructor() {
3 this.abra_it();
4 }
5 magic() {
6 console.log('magic 1');
7 }
8
9 abra_it() {
10
11 }
12}
13
14
15class Cadabra {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected