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