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

Method isReadOnly

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

* **Core**: Is this filesystem read-only? * @return True if this FileSystem is inherently read-only.

()

Source from the content-addressed store, hash-verified

80 * @return True if this FileSystem is inherently read-only.
81 */
82 isReadOnly(): boolean;
83 /**
84 * **Core**: Does the filesystem support optional symlink/hardlink-related
85 * commands?

Callers 15

rename-test.tsFile · 0.65
mode-test.tsFile · 0.65
node-fs-chmod.tsFile · 0.65
rmdir.tsFile · 0.65
mkdir.tsFile · 0.65
node-fs-write.tsFile · 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