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

Method getDirUrl

packages/filesystem/filesystem.ts:51–51  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

49 list(): Promise<FileInfo[]>;
50 // getDirUrl 获取目录的url
51 getDirUrl(): Promise<string>;
52}

Callers 6

getDirUrlMethod · 0.65
limiter.test.tsFile · 0.65
webdav.test.tsFile · 0.65
s3.test.tsFile · 0.65
RuntimeSettingFunction · 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