MCPcopy 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

CloudScriptPlanFunction · 0.95

Calls 1

getMethod · 0.65

Tested by

no test coverage detected