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

Method create

packages/filesystem/webdav/webdav.ts:78–80  ·  view source on GitHub ↗
(path: string, _opts?: FileCreateOptions)

Source from the content-addressed store, hash-verified

76 }
77
78 async create(path: string, _opts?: FileCreateOptions): Promise<FileWriter> {
79 return new WebDAVFileWriter(this.client, joinPath(this.basePath, path));
80 }
81
82 async createDir(path: string, _opts?: FileCreateOptions): Promise<void> {
83 try {

Callers

nothing calls this directly

Calls 1

joinPathFunction · 0.90

Tested by

no test coverage detected