Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/scriptscat/scriptcat
/ list
Method
list
packages/filesystem/filesystem.ts:49–49 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
47
delete(path: string): Promise<void>;
48
// 文件列表
49
list(): Promise<FileInfo[]>;
50
// getDirUrl 获取目录的url
51
getDirUrl(): Promise<string>;
52
}
Callers
5
list
Method · 0.65
limiter.test.ts
File · 0.65
webdav.test.ts
File · 0.65
googledrive.test.ts
File · 0.65
s3.test.ts
File · 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