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

Function logNodeOp

packages/runtime-test/src/nodeOps.ts:60–62  ·  view source on GitHub ↗
(op: NodeOp)

Source from the content-addressed store, hash-verified

58let recordedNodeOps: NodeOp[] = []
59
60export function logNodeOp(op: NodeOp): void {
61 recordedNodeOps.push(op)
62}
63
64export function resetOps(): void {
65 recordedNodeOps = []

Callers 8

patchPropFunction · 0.90
createElementFunction · 0.85
createTextFunction · 0.85
createCommentFunction · 0.85
setTextFunction · 0.85
insertFunction · 0.85
removeFunction · 0.85
setElementTextFunction · 0.85

Calls 1

pushMethod · 0.65

Tested by

no test coverage detected