Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
57
export
const
isSuspense = (
type
: any): boolean =>
type
.__isSuspense
58
59
// incrementing unique id for every pending branch
60
let
suspenseId = 0
Callers
4
setScopeId
Function · 0.90
_createVNode
Function · 0.90
cacheSubtree
Function · 0.90
setup
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected