Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/Vishal-raj-1/Awesome-JavaScript-Projects
/ incrementCubeCount
Function
incrementCubeCount
assets/js/block_ninja.js:1435–1440 ·
view source on GitHub ↗
(inc)
Source
from the content-addressed store, hash-verified
1433
}
1434
1435
function
incrementCubeCount(inc) {
1436
if
(isInGame()) {
1437
state.game.cubeCount += inc;
1438
renderScoreHud();
1439
}
1440
}
1441
1442
1443
//////////////////
Callers
1
tick
Function · 0.85
Calls
2
isInGame
Function · 0.85
renderScoreHud
Function · 0.85
Tested by
no test coverage detected