Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/scriptscat/scriptcat
/ findByScriptID
Method
findByScriptID
src/app/repo/export.ts:23–25 ·
view source on GitHub ↗
(uuid: string)
Source
from the content-addressed store, hash-verified
21
}
22
23
findByScriptID(uuid: string) {
24
return
this.get(uuid);
25
}
26
27
save(model: Export): Promise<Export> {
28
return
this._save(model.uuid, model);
Callers
1
CloudScriptPlan
Function · 0.95
Calls
1
get
Method · 0.65
Tested by
no test coverage detected