MCPcopy Index your code
hub / github.com/code-with-antonio/nodebase / prefetchWorkflows

Function prefetchWorkflows

src/features/workflows/server/prefetch.ts:9–11  ·  view source on GitHub ↗
(params: Input)

Source from the content-addressed store, hash-verified

7 * Prefetch all workflows
8 */
9export const prefetchWorkflows = (params: Input) => {
10 return prefetch(trpc.workflows.getMany.queryOptions(params));
11};
12
13/**
14 * Prefetch a single workflow

Callers 1

PageFunction · 0.90

Calls 1

prefetchFunction · 0.90

Tested by

no test coverage detected