Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
58
let
recordedNodeOps: NodeOp[] = []
59
60
export
function
logNodeOp(op: NodeOp): void {
61
recordedNodeOps.push(op)
62
}
63
64
export
function
resetOps(): void {
65
recordedNodeOps = []
Callers
8
patchProp
Function · 0.90
createElement
Function · 0.85
createText
Function · 0.85
createComment
Function · 0.85
setText
Function · 0.85
insert
Function · 0.85
remove
Function · 0.85
setElementText
Function · 0.85
Calls
1
push
Method · 0.65
Tested by
no test coverage detected