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

Function setText

packages/runtime-test/src/nodeOps.ts:131–138  ·  view source on GitHub ↗
(node: TestText, text: string)

Source from the content-addressed store, hash-verified

129}
130
131function setText(node: TestText, text: string): void {
132 logNodeOp({
133 type: NodeOpTypes.SET_TEXT,
134 targetNode: node,
135 text,
136 })
137 node.text = text
138}
139
140function insert(
141 child: TestNode,

Callers

nothing calls this directly

Calls 1

logNodeOpFunction · 0.85

Tested by

no test coverage detected