MCPcopy Index your code
hub / github.com/andywer/threads.js / increment

Function increment

test/workers/counter.ts:9–11  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7 return currentCount
8 },
9 increment() {
10 return ++currentCount
11 },
12 decrement() {
13 return --currentCount
14 }

Callers 2

spawn.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected