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

Function prefetchExecutions

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

Source from the content-addressed store, hash-verified

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

Callers 1

PageFunction · 0.90

Calls 1

prefetchFunction · 0.90

Tested by

no test coverage detected