Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Sandpack/nodebox-runtime
/ cancelTimeout
Function
cancelTimeout
packages/utils/withTimeout.ts:16–16 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
14
}, duration);
15
16
const
cancelTimeout = () => clearTimeout(timeout);
17
promise.then(cancelTimeout, cancelTimeout);
18
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected