Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
*/
16
export
const
prefetchExecution = (id: string) => {
17
return
prefetch(trpc.executions.getOne.queryOptions({ id }));
18
};
Callers
1
Page
Function · 0.90
Calls
1
prefetch
Function · 0.90
Tested by
no test coverage detected