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

Function job1

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

Source from the content-addressed store, hash-verified

13 const calls: string[] = []
14 const dummyThen = Promise.resolve().then()
15 const job1 = () => {
16 calls.push('job1')
17 }
18 const job2 = () => {
19 calls.push('job2')
20 }

Callers

nothing calls this directly

Calls 4

queueJobFunction · 0.90
flushPreFlushCbsFunction · 0.90
queuePostFlushCbFunction · 0.90
pushMethod · 0.65

Tested by

no test coverage detected