Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Moddable-OpenSource/moddable
/ cleanup
Function
cleanup
tools/test-examples/index.js:324–328 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
322
let
runTimeout, launchTimeout;
323
324
function
cleanup() {
325
clearTimeout(runTimeout);
326
clearTimeout(launchTimeout);
327
clearInterval(instrumentPoller);
328
};
329
330
let
finished = false;
331
function
finish(success, reason) {
Callers
1
finish
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected