MCPcopy Create free account
hub / github.com/scottrogowski/code2flow / sub

Method sub

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

Source from the content-addressed store, hash-verified

9 }
10
11 sub(b) {
12 this.val -= b;
13 return this;
14 }
15
16 mul(b) {
17 this.val *= b;

Callers 1

chained.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected