MCPcopy Index your code
hub / github.com/scottrogowski/code2flow / mul

Method mul

tests/test_code/js/chained/chained.js:16–19  ·  view source on GitHub ↗
(b)

Source from the content-addressed store, hash-verified

14 }
15
16 mul(b) {
17 this.val *= b;
18 return this;
19 }
20}
21
22console.log((new Chain(5)).add(5).sub(2).mul(10));

Callers 1

chained.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected