Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/scottrogowski/code2flow
/ calcArea
Method
calcArea
tests/test_code/js/classes/classes.js:13–16 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
11
this.calcArea()
12
}
13
calcArea() {
14
this.incr();
15
return
this.height * this.width
16
}
17
incr() {
18
this.i++;
19
}
Callers
3
constructor
Method · 0.95
do_calc
Function · 0.95
classes.js
File · 0.80
Calls
1
incr
Method · 0.95
Tested by
no test coverage detected