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

Function job2

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

Source from the content-addressed store, hash-verified

16 calls.push('job1')
17 }
18 const job2 = () => {
19 calls.push('job2')
20 }
21 nextTick(job1)
22 job2()
23

Callers 1

scheduler.spec.tsFile · 0.85

Calls 3

queueJobFunction · 0.90
queuePostFlushCbFunction · 0.90
pushMethod · 0.65

Tested by

no test coverage detected