Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
235
function
isMissingPathError(error: unknown): error is NodeJS.ErrnoException {
236
return
error instanceof Error &&
'code'
in error && error.code ===
'ENOENT'
;
237
}
Callers
3
assertWritableOutput
Function · 0.70
canonicalFutureDirectory
Function · 0.70
canonicalFuturePath
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected