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

Function cb

packages/runtime-core/__tests__/scheduler.spec.ts:275–275  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

273 it('queue preFlushCb inside postFlushCb', async () => {
274 const spy = vi.fn()
275 const cb: SchedulerJob = () => spy()
276 cb.flags! |= SchedulerJobFlags.PRE
277 queuePostFlushCb(() => {
278 queueJob(cb)

Callers 4

transformFunction · 0.85
forEachElementFunction · 0.85
flushPreFlushCbsFunction · 0.85
flushPostFlushCbsFunction · 0.85

Calls 1

queuePostFlushCbFunction · 0.90

Tested by

no test coverage detected