MCPcopy Create free account
hub / github.com/ByBrawe/opencode-loop / isPreset

Function isPreset

src/index.js:462–462  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

460 const code = error?.code;
461 return code === "EPERM" || code === "EACCES" || code === "EBUSY" || code === "EEXIST" || code === "EAGAIN";
462}
463async function delay(ms) {
464 await new Promise((resolve) => setTimeout(resolve, ms));
465}

Callers 1

handleCommandFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected