Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
transform
Function · 0.85
forEachElement
Function · 0.85
flushPreFlushCbs
Function · 0.85
flushPostFlushCbs
Function · 0.85
Calls
1
queuePostFlushCb
Function · 0.90
Tested by
no test coverage detected