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