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

Function isMissing

apps/desktop/src/main/databases.ts:78–80  ·  view source on GitHub ↗
(err: unknown)

Source from the content-addressed store, hash-verified

76}
77
78function isMissing(err: unknown): boolean {
79 return (err as NodeJS.ErrnoException)?.code === 'ENOENT'
80}
81
82// ---------------------------------------------------------------------------
83// Sidecar (schema + views)

Callers 2

readSidecarFunction · 0.85
readDatabaseFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected