Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
5
function
pentaNum() {}
6
7
class
MajorScales {
8
majorNum() {
9
this.numNotes = 7;
10
return
this.numNotes;
11
}
12
}
13
14
class
FakeMajorScales {
15
majorNum() {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected