MCPcopy Create free account
hub / github.com/melonjs/melonJS / inc

Method inc

packages/debug-plugin/src/counters.js:16–18  ·  view source on GitHub ↗
(stat, value = 1)

Source from the content-addressed store, hash-verified

14 }
15
16 inc(stat, value = 1) {
17 this.set(stat, (this.get(stat) ?? 0) + value);
18 }
19}

Callers 4

strokeMeshWireframeFunction · 0.80
strokeBodyHitboxFunction · 0.80
strokeBodyVelocityFunction · 0.80
applyPatchesFunction · 0.80

Calls 2

getMethod · 0.65
setMethod · 0.45

Tested by

no test coverage detected