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