Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/vuejs/core
/ dumpOps
Function
dumpOps
packages/runtime-test/src/nodeOps.ts:68–72 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
66
}
67
68
export
function
dumpOps(): NodeOp[] {
69
const
ops = recordedNodeOps.slice()
70
resetOps()
71
return
ops
72
}
73
74
function
createElement(tag: string): TestElement {
75
const
node: TestElement = {
Callers
2
rendererFragment.spec.ts
File · 0.90
testRuntime.spec.ts
File · 0.90
Calls
1
resetOps
Function · 0.85
Tested by
no test coverage detected