MCPcopy Create free account
hub / github.com/ReactiveX/rxjs / isMissingPathError

Function isMissingPathError

packages/migrate/src/node.ts:235–237  ·  view source on GitHub ↗
(error: unknown)

Source from the content-addressed store, hash-verified

233}
234
235function isMissingPathError(error: unknown): error is NodeJS.ErrnoException {
236 return error instanceof Error && 'code' in error && error.code === 'ENOENT';
237}

Callers 3

assertWritableOutputFunction · 0.70
canonicalFutureDirectoryFunction · 0.70
canonicalFuturePathFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected