MCPcopy 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

fetchDataFunction · 0.95
migrateChromeStorageFunction · 0.95
initManagerMethod · 0.95
constructorMethod · 0.80
constructorMethod · 0.80
constructorMethod · 0.80
constructorMethod · 0.80
repo.test.tsFile · 0.80
constructorMethod · 0.80
constructorMethod · 0.80
constructorMethod · 0.80
constructorMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected