Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Code-Bullet/Jump-King
/ nextId
Function
nextId
libraries/p5.js:479–481 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
477
478
var
id = 0;
479
function
nextId() {
480
return
id++;
481
}
482
483
function
makePromise(promise) {
484
promise[PROMISE_ID] = id++;
Callers
1
Promise
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected