MCPcopy 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
478var id = 0;
479function nextId() {
480 return id++;
481}
482
483function makePromise(promise) {
484 promise[PROMISE_ID] = id++;

Callers 1

PromiseFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected