MCPcopy Create free account
hub / github.com/vercel/examples / getStackById

Function getStackById

python/vibe-coding-ide/frontend/src/templates.ts:96–100  ·  view source on GitHub ↗
(id: string)

Source from the content-addressed store, hash-verified

94}
95
96export function getStackById(id: string): ProjectTemplate | undefined {
97 const parsed = parseStackId(id)
98 if (!parsed) return undefined
99 return composeStack(parsed.frontendId, parsed.backendId)
100}

Callers 2

ProjectsProviderFunction · 0.90
AppFunction · 0.90

Calls 2

parseStackIdFunction · 0.85
composeStackFunction · 0.85

Tested by

no test coverage detected