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

Function move

packages/runtime-core/src/components/Suspense.ts:703–707  ·  view source on GitHub ↗
(container, anchor, type)

Source from the content-addressed store, hash-verified

701 },
702
703 move(container, anchor, type) {
704 suspense.activeBranch &&
705 move(suspense.activeBranch, container, anchor, type)
706 suspense.container = container
707 },
708
709 next() {
710 return suspense.activeBranch && next(suspense.activeBranch)

Callers 3

setupFunction · 0.70
moveTeleportFunction · 0.70
resolveFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected