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

Function prefetchExecution

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

Source from the content-addressed store, hash-verified

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

Callers 1

PageFunction · 0.90

Calls 1

prefetchFunction · 0.90

Tested by

no test coverage detected