MCPcopy Create free account
hub / github.com/codename-co/stack / runStack

Function runStack

packages/website/src/helpers/stackApi.ts:19–24  ·  view source on GitHub ↗
(slug: string)

Source from the content-addressed store, hash-verified

17};
18
19export const runStack = async (slug: string) => {
20 return fetcher(`/run`, {
21 method: "POST",
22 body: JSON.stringify({ slug }),
23 });
24};

Callers

nothing calls this directly

Calls 1

fetcherFunction · 0.85

Tested by

no test coverage detected