MCPcopy Create free account
hub / github.com/SvelteStack/svelte-query / continue

Method continue

src/queryCore/core/mutation.ts:128–134  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

126 }
127
128 continue(): Promise<TData> {
129 if (this.retryer) {
130 this.retryer.continue()
131 return this.retryer.promise
132 }
133 return this.execute()
134 }
135
136 execute(): Promise<TData> {
137 let data: TData

Callers 3

onFocusMethod · 0.80
onOnlineMethod · 0.80
resumePausedMutationsMethod · 0.80

Calls 1

executeMethod · 0.95

Tested by

no test coverage detected