MCPcopy
hub / github.com/TanStack/router / handler

Function handler

packages/start-plugin-core/src/plugin.ts:372–375  ·  view source on GitHub ↗
(builder)

Source from the content-addressed store, hash-verified

370 buildApp: {
371 order: 'post',
372 async handler(builder) {
373 const { startConfig } = getConfig()
374 await postServerBuild({ builder, startConfig })
375 },
376 },
377 },
378 // Server function plugin handles:

Callers 11

composeEventHandlersFunction · 0.50
callHandlerFunction · 0.50
requestHandlerFunction · 0.50
handlerToMiddlewareFunction · 0.50
renderFunction · 0.50
renderFunction · 0.50
renderFunction · 0.50
renderFunction · 0.50
express-server.tsFile · 0.50
express-server.tsFile · 0.50
express-server.tsFile · 0.50

Calls 2

postServerBuildFunction · 0.90
getConfigFunction · 0.70

Tested by

no test coverage detected