Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
154
const
isProd = process.env.NODE_ENV ===
'production'
Callers
7
cleanup
Function · 0.80
createRequestHandler
Function · 0.80
cleanup
Function · 0.80
renderRouterToString
Function · 0.80
renderRouterToString
Function · 0.80
startRequestResolver
Function · 0.80
renderRouterToString
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected