Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/scottrogowski/code2flow
/
Class
tests/test_code/js/inheritance/inheritance.js:7–7 ·
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;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected