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

Method create

packages/filesystem/dropbox/dropbox.ts:40–42  ·  view source on GitHub ↗
(path: string, _opts?: FileCreateOptions)

Source from the content-addressed store, hash-verified

38 }
39
40 create(path: string, _opts?: FileCreateOptions): Promise<FileWriter> {
41 return Promise.resolve(new DropboxFileWriter(this, joinPath(this.path, path)));
42 }
43
44 async createDir(dir: string, _opts?: FileCreateOptions): Promise<void> {
45 if (!dir) {

Callers

nothing calls this directly

Calls 1

joinPathFunction · 0.90

Tested by

no test coverage detected