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

Method Decrement

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

assertFunction · 0.50

Tested by

no test coverage detected