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

Method majorNum

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

Source from the content-addressed store, hash-verified

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

Callers 1

constructorMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected