Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
RuntimeSetting
Function · 0.80
CAT_fileStorage
Method · 0.80
Calls
1
_set
Method · 0.95
Tested by
no test coverage detected