MCPcopy Create free account
hub / github.com/TanStack/router / createServerFnBasePath

Function createServerFnBasePath

packages/start-plugin-core/src/planning.ts:85–90  ·  view source on GitHub ↗
(opts: {
  routerBasepath: string
  serverFnBase: string
})

Source from the content-addressed store, hash-verified

83}
84
85export function createServerFnBasePath(opts: {
86 routerBasepath: string
87 serverFnBase: string
88}): string {
89 return joinPaths(['/', opts.routerBasepath, opts.serverFnBase, '/'])
90}
91
92export function resolveStartEntryPlan(opts: {
93 root: string

Callers 2

configFunction · 0.90
setupFunction · 0.90

Calls 1

joinPathsFunction · 0.90

Tested by

no test coverage detected