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

Method createComment

packages/runtime-core/src/renderer.ts:134–134  ·  view source on GitHub ↗
(text: string)

Source from the content-addressed store, hash-verified

132 ): HostElement
133 createText(text: string): HostNode
134 createComment(text: string): HostNode
135 setText(node: HostNode, text: string): void
136 setElementText(node: HostElement, text: string): void
137 parentNode(node: HostNode): HostElement | null

Callers 1

nodeOps.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected