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:161–163 ·
view source on GitHub ↗
(val: Script)
Source
from the content-addressed store, hash-verified
159
}
160
161
public save(val: Script) {
162
return
super._save(val.uuid, val);
163
}
164
165
findByUUID(uuid: string) {
166
return
this.get(uuid);
Callers
2
migrateToChromeStorage
Function · 0.95
migrateChromeStorage
Function · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected