Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/code-with-antonio/nodebase
/ prefetchWorkflow
Function
prefetchWorkflow
src/features/workflows/server/prefetch.ts:16–18 ·
view source on GitHub ↗
(id: string)
Source
from the content-addressed store, hash-verified
14
* Prefetch a single workflow
15
*/
16
export
const
prefetchWorkflow = (id: string) => {
17
return
prefetch(trpc.workflows.getOne.queryOptions({ id }));
18
};
Callers
1
Page
Function · 0.90
Calls
1
prefetch
Function · 0.90
Tested by
no test coverage detected