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

Method mkdirSync

src/core/file_system.ts:171–171  ·  view source on GitHub ↗

* **Core**: Synchronous `mkdir`. * @param mode Mode to make the directory using. Can be ignored if * the filesystem doesn't support permissions.

(p: string, mode: number)

Source from the content-addressed store, hash-verified

169 * the filesystem doesn't support permissions.
170 */
171 mkdirSync(p: string, mode: number): void;
172 /**
173 * **Core**: Asynchronous `readdir`. Reads the contents of a directory.
174 *

Callers 15

webpack.config.jsFile · 0.65
nop.jsFile · 0.65
bad_lookup.jsFile · 0.65
readdir_empty.jsFile · 0.65
readdir.jsFile · 0.65
files.jsFile · 0.65
mounting.tsFile · 0.65
persist-test.tsFile · 0.65
webpack.config.jsFile · 0.65
renameSyncMethod · 0.65
mkdirSyncMethod · 0.65

Implementers 10

LockedFSsrc/generic/locked_fs.ts
MountableFileSystemsrc/backend/MountableFileSystem.ts
WorkerFSsrc/backend/WorkerFS.ts
IsoFSsrc/backend/IsoFS.ts
UnlockedOverlayFSsrc/backend/OverlayFS.ts
FolderAdaptersrc/backend/FolderAdapter.ts
ZipFSsrc/backend/ZipFS.ts
XmlHttpRequestsrc/backend/XmlHttpRequest.ts
AsyncMirrorsrc/backend/AsyncMirror.ts
DropboxFileSystemsrc/backend/Dropbox.ts

Calls

no outgoing calls

Tested by

no test coverage detected