Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
236
function
isMissingExecutableError(err: unknown): boolean {
237
return
isRecord(err) && err.code ===
"ENOENT"
;
238
}
Callers
2
execZen
Function · 0.85
toLoadError
Function · 0.85
Calls
1
isRecord
Function · 0.70
Tested by
no test coverage detected