MCPcopy
hub / github.com/jvilk/BrowserFS / EISDIR

Method EISDIR

src/core/api_error.ts:79–81  ·  view source on GitHub ↗
(path: string)

Source from the content-addressed store, hash-verified

77 }
78
79 public static EISDIR(path: string): ApiError {
80 return this.FileError(ErrorCode.EISDIR, path);
81 }
82
83 public static ENOTDIR(path: string): ApiError {
84 return this.FileError(ErrorCode.ENOTDIR, path);

Callers 12

openSyncMethod · 0.80
openSyncMethod · 0.80
renameMethod · 0.80
renameSyncMethod · 0.80
openSyncMethod · 0.80
preloadFileMethod · 0.80
openMethod · 0.80
openSyncMethod · 0.80
mustBeFileMethod · 0.80
openSyncMethod · 0.80
removeEntryMethod · 0.80
removeEntryMethod · 0.80

Calls 1

FileErrorMethod · 0.95

Tested by

no test coverage detected