Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
7
class
MajorScales {
8
majorNum() {
9
this.numNotes = 7;
10
return
this.numNotes;
11
}
12
}
13
14
class
FakeMajorScales {
Callers
1
constructor
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected