Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
onFocus
Method · 0.80
onOnline
Method · 0.80
resumePausedMutations
Method · 0.80
Calls
1
execute
Method · 0.95
Tested by
no test coverage detected