MCPcopy Index your code
hub / github.com/bytecodealliance/ComponentizeJS / add

Method add

test/cases/resources/source.js:13–16  ·  view source on GitHub ↗
(x, a)

Source from the content-addressed store, hash-verified

11 this.a = a;
12 }
13 static add (x, a) {
14 x.setA(x.getA() + a);
15 return x;
16 }
17}
18
19class Z {

Callers 4

testImportsFunction · 0.45
testFunction · 0.45
componentizeFunction · 0.45

Calls 2

setAMethod · 0.45
getAMethod · 0.45

Tested by 1

testFunction · 0.36