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

Function isCollected

packages/vue/__tests__/e2e/Transition.spec.ts:3764–3766  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3762 })
3763
3764 const isCollected = async () =>
3765 // @ts-expect-error - Custom property
3766 await page().evaluate(() => window.__REF__.deref() === undefined)
3767
3768 while ((await isCollected()) === false) {
3769 await client.send('HeapProfiler.collectGarbage')

Callers 1

Transition.spec.tsFile · 0.70

Calls 1

evaluateMethod · 0.65

Tested by

no test coverage detected