MCPcopy Create free account
hub / github.com/cameri/nostream / isNotFoundError

Function isNotFoundError

src/app/maintenance-worker.ts:25–26  ·  view source on GitHub ↗
(error: unknown)

Source from the content-addressed store, hash-verified

23const logger = createLogger('maintenance-worker')
24
25const isNotFoundError = (error: unknown): boolean =>
26 (error as any)?.response?.status === 404
27
28/**
29 * Merge a re-verification outcome onto an existing verification row.

Callers 1

onScheduleMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected