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

Function cb1

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

Source from the content-addressed store, hash-verified

121 calls.push('job1')
122 }
123 const cb1: SchedulerJob = () => {
124 // queueJob in postFlushCb
125 calls.push('cb1')
126 queueJob(job1)
127 }
128 cb1.flags! |= SchedulerJobFlags.PRE
129
130 queueJob(cb1)

Callers

nothing calls this directly

Calls 3

queueJobFunction · 0.90
queuePostFlushCbFunction · 0.90
pushMethod · 0.65

Tested by

no test coverage detected