MCPcopy Create free account
hub / github.com/scriptscat/scriptcat / fromSameClient

Method fromSameClient

packages/filesystem/webdav/webdav.ts:45–47  ·  view source on GitHub ↗
(fs: WebDAVFileSystem, basePath: string)

Source from the content-addressed store, hash-verified

43 }
44
45 static fromSameClient(fs: WebDAVFileSystem, basePath: string) {
46 return new WebDAVFileSystem(fs.client, fs.url, basePath);
47 }
48
49 private constructor(client: WebDAVClient, url: string, basePath: string) {
50 this.client = client;

Callers 2

openDirMethod · 0.80
webdav.test.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected