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

Function defaultClearTimeout

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

Source from the content-addressed store, hash-verified

7336 throw new Error('setTimeout has not been defined');
7337}
7338function defaultClearTimeout () {
7339 throw new Error('clearTimeout has not been defined');
7340}
7341(function () {
7342 try {
7343 if (typeof setTimeout === 'function') {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected