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

Function isSuspense

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

Source from the content-addressed store, hash-verified

55}
56
57export const isSuspense = (type: any): boolean => type.__isSuspense
58
59// incrementing unique id for every pending branch
60let suspenseId = 0

Callers 4

setScopeIdFunction · 0.90
_createVNodeFunction · 0.90
cacheSubtreeFunction · 0.90
setupFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected