Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/ComponentizeJS
/ f
Function
f
test/cases/resource-top-level/source.js:1–4 ·
view source on GitHub ↗
(thing)
Source
from the content-addressed store, hash-verified
1
export
function
f(thing) {
2
const
value = thing.get();
3
thing.set(value + 1);
4
}
Callers
nothing calls this directly
Calls
2
set
Method · 0.80
get
Method · 0.45
Tested by
no test coverage detected