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

Method cleanup

packages/router-core/src/ssr/ssr-server.ts:147–151  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

145 }
146
147 cleanup() {
148 this._cleanedUp = true
149 this._queue = []
150 this.router = undefined
151 }
152}
153
154const isProd = process.env.NODE_ENV === 'production'

Callers 7

cleanupFunction · 0.80
createRequestHandlerFunction · 0.80
cleanupFunction · 0.80
renderRouterToStringFunction · 0.80
renderRouterToStringFunction · 0.80
startRequestResolverFunction · 0.80
renderRouterToStringFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected