Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/vuejs/core
/ resetOps
Function
resetOps
packages/runtime-test/src/nodeOps.ts:64–66 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
62
}
63
64
export
function
resetOps(): void {
65
recordedNodeOps = []
66
}
67
68
export
function
dumpOps(): NodeOp[] {
69
const
ops = recordedNodeOps.slice()
Callers
3
rendererFragment.spec.ts
File · 0.90
testRuntime.spec.ts
File · 0.90
dumpOps
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected