MCPcopy Create free account
hub / github.com/emscripten-core/emscripten / Increment

Method Increment

test/webgpu_basic_rendering.cpp:35–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33 ~ScopedCounter() { Decrement(); }
34 private:
35 void Increment() { sScopeCount++; }
36 void Decrement() { assert(sScopeCount > 0); sScopeCount--; }
37};
38

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected