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

Method defaultCatFileStorage

src/pkg/config/config.ts:300–306  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

298 }
299
300 defaultCatFileStorage(): CATFileStorage {
301 return {
302 status: "unset",
303 filesystem: "webdav",
304 params: {},
305 };
306 }
307
308 getCatFileStorage() {
309 return this._get<CATFileStorage>("cat_file_storage", this.defaultCatFileStorage());

Callers 1

getCatFileStorageMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected