Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
19
class
Z {
Callers
4
testImports
Function · 0.45
test
Function · 0.45
componentize
Function · 0.45
detectKnownSourceExportNames
Function · 0.45
Calls
2
setA
Method · 0.45
getA
Method · 0.45
Tested by
1
test
Function · 0.36