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

Method cloneNode

packages/runtime-core/src/renderer.ts:141–141  ·  view source on GitHub ↗
(node: HostNode)

Source from the content-addressed store, hash-verified

139 querySelector?(selector: string): HostElement | null
140 setScopeId?(el: HostElement, id: string): void
141 cloneNode?(node: HostNode): HostNode
142 insertStaticContent?(
143 content: string,
144 parent: HostElement,

Callers 2

insertStaticContentFunction · 0.80
hasCSSTransformFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected