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

Method openDir

packages/filesystem/dropbox/dropbox.ts:36–38  ·  view source on GitHub ↗
(path: string)

Source from the content-addressed store, hash-verified

34 }
35
36 openDir(path: string): Promise<FileSystem> {
37 return Promise.resolve(new DropboxFileSystem(joinPath(this.path, path), this.accessToken));
38 }
39
40 create(path: string, _opts?: FileCreateOptions): Promise<FileWriter> {
41 return Promise.resolve(new DropboxFileWriter(this, joinPath(this.path, path)));

Callers

nothing calls this directly

Calls 1

joinPathFunction · 0.90

Tested by

no test coverage detected