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

Function commandName

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

Source from the content-addressed store, hash-verified

459function isRetriableStateWriteError(error) {
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));

Callers 1

handleCommandFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected