MCPcopy Create free account
hub / github.com/ZenNotes/zennotes / isMissingExecutableError

Function isMissingExecutableError

integrations/raycast/src/lib/zen.ts:236–238  ·  view source on GitHub ↗
(err: unknown)

Source from the content-addressed store, hash-verified

234}
235
236function isMissingExecutableError(err: unknown): boolean {
237 return isRecord(err) && err.code === "ENOENT";
238}

Callers 2

execZenFunction · 0.85
toLoadErrorFunction · 0.85

Calls 1

isRecordFunction · 0.70

Tested by

no test coverage detected