MCPcopy Index your code
hub / github.com/TanStack/router / start

Method start

packages/start-plugin-core/src/queue.ts:118–128  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

116 }
117
118 start() {
119 this.running = true
120 this.tick()
121 return new Promise<void>((resolve) => {
122 this.onSettled(() => {
123 if (this.isSettled()) {
124 resolve()
125 }
126 })
127 })
128 }
129
130 clear() {
131 this.pending = []

Callers 1

prerenderPagesFunction · 0.95

Calls 4

tickMethod · 0.95
onSettledMethod · 0.95
isSettledMethod · 0.95
resolveFunction · 0.50

Tested by

no test coverage detected