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

Method ScopedCounter

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

Source from the content-addressed store, hash-verified

28class ScopedCounter {
29 public:
30 ScopedCounter(const ScopedCounter&&) { Increment(); }
31 ScopedCounter(const ScopedCounter&) { Increment(); }
32 ScopedCounter() { Increment(); }
33 ~ScopedCounter() { Decrement(); }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected