MCPcopy 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

1export function f(thing) {
2 const value = thing.get();
3 thing.set(value + 1);
4}

Callers

nothing calls this directly

Calls 2

setMethod · 0.80
getMethod · 0.45

Tested by

no test coverage detected