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

Function clone

packages/runtime-core/src/components/BaseTransition.ts:481–491  ·  view source on GitHub ↗
(vnode)

Source from the content-addressed store, hash-verified

479 },
480
481 clone(vnode) {
482 const hooks = resolveTransitionHooks(
483 vnode,
484 props,
485 state,
486 instance,
487 postClone,
488 )
489 if (postClone) postClone(hooks)
490 return hooks
491 },
492 }
493
494 return hooks

Callers

nothing calls this directly

Calls 1

resolveTransitionHooksFunction · 0.85

Tested by

no test coverage detected