Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/scriptscat/scriptcat
/ enableCache
Method
enableCache
src/app/repo/scripts.ts:156–159 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
154
}
155
156
enableCache(): void {
157
super.enableCache();
158
this.scriptCodeDAO.enableCache();
159
}
160
161
public save(val: Script) {
162
return
super._save(val.uuid, val);
Callers
12
fetchData
Function · 0.95
migrateChromeStorage
Function · 0.95
initManager
Method · 0.95
constructor
Method · 0.80
constructor
Method · 0.80
constructor
Method · 0.80
constructor
Method · 0.80
repo.test.ts
File · 0.80
constructor
Method · 0.80
constructor
Method · 0.80
constructor
Method · 0.80
constructor
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected