MCPcopy Create free account
hub / github.com/scriptscat/scriptcat / sortScript

Method sortScript

src/app/service/service_worker/client.ts:102–104  ·  view source on GitHub ↗
(data: { before: string[]; after: string[] })

Source from the content-addressed store, hash-verified

100 }
101
102 sortScript(data: { before: string[]; after: string[] }) {
103 return this.do("sortScript", data);
104 }
105
106 pinToTop(uuids: string[]) {
107 return this.do("pinToTop", uuids);

Callers 1

sortScriptFunction · 0.45

Calls 1

doMethod · 0.45

Tested by

no test coverage detected