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

Method save

src/app/repo/scripts.ts:305–307  ·  view source on GitHub ↗
(val: ScriptCode)

Source from the content-addressed store, hash-verified

303 }
304
305 public save(val: ScriptCode) {
306 return super._save(val.uuid, val);
307 }
308}

Callers 1

migrateToChromeStorageFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected