Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
strokeMeshWireframe
Function · 0.80
strokeBodyHitbox
Function · 0.80
strokeBodyVelocity
Function · 0.80
applyPatches
Function · 0.80
Calls
2
get
Method · 0.65
set
Method · 0.45
Tested by
no test coverage detected