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

Class MajorScales

tests/test_code/js/inheritance/inheritance.js:7–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5function pentaNum() {}
6
7class MajorScales {
8 majorNum() {
9 this.numNotes = 7;
10 return this.numNotes;
11 }
12}
13
14class FakeMajorScales {
15 majorNum() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected