MCPcopy 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
22function do_calc() {
23 const the_area = square.calcArea()
24 calcit()
25 const square = new Rectangle(10, 10);
26}
27
28const do_calc_wrapper = function() {
29 console.log("BANANAS")

Callers 1

do_calc_wrapperFunction · 0.85

Calls 1

calcAreaMethod · 0.95

Tested by

no test coverage detected