MCPcopy
hub / github.com/TanStack/query / continue

Method continue

packages/query-core/src/mutation.ts:165–171  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

163 }
164
165 continue(): Promise<unknown> {
166 return (
167 this.#retryer?.continue() ??
168 // continuing a mutation assumes that variables are set, mutation must have been dehydrated before
169 this.execute(this.state.variables!)
170 )
171 }
172
173 async execute(variables: TVariables): Promise<TData> {
174 const onContinue = () => {

Callers 4

onFocusMethod · 0.80
onOnlineMethod · 0.80
runNextMethod · 0.80
resumePausedMutationsMethod · 0.80

Calls 1

executeMethod · 0.95

Tested by

no test coverage detected