MCPcopy Create free account
hub / github.com/code-with-antonio/nodebase / prefetchWorkflow

Function prefetchWorkflow

src/features/workflows/server/prefetch.ts:16–18  ·  view source on GitHub ↗
(id: string)

Source from the content-addressed store, hash-verified

14 * Prefetch a single workflow
15 */
16export const prefetchWorkflow = (id: string) => {
17 return prefetch(trpc.workflows.getOne.queryOptions({ id }));
18};

Callers 1

PageFunction · 0.90

Calls 1

prefetchFunction · 0.90

Tested by

no test coverage detected