Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/scottrogowski/code2flow
/ do_calc
Function
do_calc
tests/test_code/js/classes/classes.js:22–26 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
20
}
21
22
function
do_calc() {
23
const
the_area = square.calcArea()
24
calcit()
25
const
square =
new
Rectangle(10, 10);
26
}
27
28
const
do_calc_wrapper =
function
() {
29
console.log(
"BANANAS"
)
Callers
1
do_calc_wrapper
Function · 0.85
Calls
1
calcArea
Method · 0.95
Tested by
no test coverage detected