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

Function sortScript

src/pages/store/features/script.ts:89–91  ·  view source on GitHub ↗
(data: { before: string[]; after: string[] })

Source from the content-addressed store, hash-verified

87};
88
89export const sortScript = async (data: { before: string[]; after: string[] }) => {
90 return await scriptClient.sortScript(data);
91};
92
93export const pinToTop = async (uuids: string[]) => {
94 return await scriptClient.pinToTop(uuids);

Callers 1

ScriptListFunction · 0.90

Calls 1

sortScriptMethod · 0.45

Tested by

no test coverage detected