Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
migrateToChromeStorage
Function · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected