MCPcopy
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

retryFunction · 0.85
resolveFunction · 0.50

Tested by

no test coverage detected