Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emscripten-core/emscripten
/ increment
Function
increment
test/pthread/call_async.c:15–17 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
13
int state = 0;
14
15
void increment() {
16
state++;
17
}
18
19
void finish() {
20
assert(state == 2);
Callers
4
PathParser
Class · 0.85
BigInt
Class · 0.85
operator++
Method · 0.85
negate
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected