MCPcopy Create free account
hub / github.com/Code-Bullet/Jump-King / noop

Function noop

libraries/p5.js:237–237  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

235var PROMISE_ID = Math.random().toString(36).substring(16);
236
237function noop() {}
238
239var PENDING = void 0;
240var FULFILLED = 1;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected