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

Method getCatFileStorage

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

Source from the content-addressed store, hash-verified

306 }
307
308 getCatFileStorage() {
309 return this._get<CATFileStorage>("cat_file_storage", this.defaultCatFileStorage());
310 }
311
312 setCatFileStorage(data: CATFileStorage) {
313 this._set("cat_file_storage", data);

Callers 2

RuntimeSettingFunction · 0.80
CAT_fileStorageMethod · 0.80

Calls 2

_getMethod · 0.95
defaultCatFileStorageMethod · 0.95

Tested by

no test coverage detected