MCPcopy Create free account
hub / github.com/Botloader/botloader / fetchScripts

Function fetchScripts

frontend/src/pages/user/plugins/Scripts.tsx:15–18  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13 let session = useSession();
14
15 async function fetchScripts() {
16 let scripts = await session.apiClient.getCurrentUserPlugins();
17 return scripts;
18 }
19
20 return <Box p={1}>
21 <Typography variant="h4">New Script Plugin</Typography>

Callers

nothing calls this directly

Calls 1

getCurrentUserPluginsMethod · 0.80

Tested by

no test coverage detected