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

Class myClass

tests/test_code/js/two_file_imports/imported.js:1–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1class myClass {
2 constructor() {
3 this.doit()
4 }
5
6 get doit() {
7 this.doit2()
8 }
9
10 doit2() {
11 console.log('at the end')
12 }
13}
14
15function inner() {
16 console.log("inner")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected