Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
*/
9
export
const
prefetchExecutions = (params: Input) => {
10
return
prefetch(trpc.executions.getMany.queryOptions(params));
11
};
12
13
/**
14
* Prefetch a single execution
Callers
1
Page
Function · 0.90
Calls
1
prefetch
Function · 0.90
Tested by
no test coverage detected