Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/vuejs/core
/ userRetry
Function
userRetry
packages/runtime-core/src/apiAsyncComponent.ts:86–86 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
84
if
(userOnError) {
85
return
new
Promise((resolve, reject) => {
86
const
userRetry = () => resolve(retry())
87
const
userFail = () => reject(err)
88
userOnError(err, userRetry, userFail, retries + 1)
89
})
Callers
nothing calls this directly
Calls
2
retry
Function · 0.85
resolve
Function · 0.50
Tested by
no test coverage detected