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