MCPcopy Index your code
hub / github.com/deepnote/deepnote / isErrnoENOTDIR

Function isErrnoENOTDIR

packages/cli/src/utils/file-resolver.ts:35–37  ·  view source on GitHub ↗
(error: unknown)

Source from the content-addressed store, hash-verified

33}
34
35export function isErrnoENOTDIR(error: unknown): boolean {
36 return isErrnoException(error, 'ENOTDIR')
37}
38
39/**
40 * General-purpose path resolution with proper error handling.

Callers

nothing calls this directly

Calls 1

isErrnoExceptionFunction · 0.85

Tested by

no test coverage detected