MCPcopy
hub / github.com/vuejs/core / resetSuspenseId

Function resetSuspenseId

packages/runtime-core/src/components/Suspense.ts:65–65  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

63 * For testing only
64 */
65export const resetSuspenseId = (): number => (suspenseId = 0)
66
67// Suspense exposes a component-like API, and is treated like a component
68// in the compiler, but internally it's a special built-in type that hooks

Callers 1

Suspense.spec.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected