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

Method setCatFileStorage

src/pkg/config/config.ts:312–314  ·  view source on GitHub ↗
(data: CATFileStorage)

Source from the content-addressed store, hash-verified

310 }
311
312 setCatFileStorage(data: CATFileStorage) {
313 this._set("cat_file_storage", data);
314 }
315
316 getEnableEslint() {
317 return this._get<boolean>("enable_eslint", true);

Callers 2

RuntimeSettingFunction · 0.80
CAT_fileStorageMethod · 0.80

Calls 1

_setMethod · 0.95

Tested by

no test coverage detected