MCPcopy
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
64export function resetOps(): void {
65 recordedNodeOps = []
66}
67
68export function dumpOps(): NodeOp[] {
69 const ops = recordedNodeOps.slice()

Callers 3

dumpOpsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected