MCPcopy Index your code
hub / github.com/scriptscat/scriptcat / fetchScriptList

Function fetchScriptList

src/pages/store/features/script.ts:27–29  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

25export const agentClient = new AgentClient(message);
26
27export const fetchScriptList = async () => {
28 return await scriptClient.getAllScripts();
29};
30
31export const fetchScript = async (uuid: string) => {
32 return await scriptClient.info(uuid);

Callers 1

useScriptDataManagementFunction · 0.90

Calls 1

getAllScriptsMethod · 0.45

Tested by

no test coverage detected