MCPcopy Index your code
hub / github.com/scriptscat/scriptcat / open

Method open

packages/filesystem/filesystem.ts:39–39  ·  view source on GitHub ↗
(file: FileInfo)

Source from the content-addressed store, hash-verified

37 verify(): Promise<void>;
38 // 打开文件
39 open(file: FileInfo): Promise<FileReader>;
40 // 打开目录
41 openDir(path: string): Promise<FileSystem>;
42 // 创建文件

Callers 15

openMethod · 0.65
limiter.test.tsFile · 0.65
NetDiskFunction · 0.65
s3.test.tsFile · 0.65
SiderFunction · 0.65
handleZipSkillInstallFunction · 0.65
MainLayoutFunction · 0.65
RuntimeSettingFunction · 0.65
SettingFunction · 0.65
handleZipFileSelectFunction · 0.65
handleUrlInstallFunction · 0.65
ToolsFunction · 0.65

Implementers 8

LimiterFileSystempackages/filesystem/limiter.ts
ZipFileSystempackages/filesystem/zip/zip.ts
DropboxFileSystempackages/filesystem/dropbox/dropbox.ts
WebDAVFileSystempackages/filesystem/webdav/webdav.ts
GoogleDriveFileSystempackages/filesystem/googledrive/google
S3FileSystempackages/filesystem/s3/s3.ts
OneDriveFileSystempackages/filesystem/onedrive/onedrive.
BaiduFileSystempackages/filesystem/baidu/baidu.ts

Calls

no outgoing calls

Tested by

no test coverage detected