MCPcopy 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

13int state = 0;
14
15void increment() {
16 state++;
17}
18
19void finish() {
20 assert(state == 2);

Callers 4

PathParserClass · 0.85
BigIntClass · 0.85
operator++Method · 0.85
negateMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected