MCPcopy 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

constructorMethod · 0.95
do_calcFunction · 0.95
classes.jsFile · 0.80

Calls 1

incrMethod · 0.95

Tested by

no test coverage detected