Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed
MCP
copy
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
open
Method · 0.65
limiter.test.ts
File · 0.65
NetDisk
Function · 0.65
s3.test.ts
File · 0.65
Sider
Function · 0.65
handleZipSkillInstall
Function · 0.65
MainLayout
Function · 0.65
RuntimeSetting
Function · 0.65
Setting
Function · 0.65
handleZipFileSelect
Function · 0.65
handleUrlInstall
Function · 0.65
Tools
Function · 0.65
Implementers
8
LimiterFileSystem
packages/filesystem/limiter.ts
ZipFileSystem
packages/filesystem/zip/zip.ts
DropboxFileSystem
packages/filesystem/dropbox/dropbox.ts
WebDAVFileSystem
packages/filesystem/webdav/webdav.ts
GoogleDriveFileSystem
packages/filesystem/googledrive/google
S3FileSystem
packages/filesystem/s3/s3.ts
OneDriveFileSystem
packages/filesystem/onedrive/onedrive.
BaiduFileSystem
packages/filesystem/baidu/baidu.ts
Calls
no outgoing calls
Tested by
no test coverage detected