Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
queueJob
Function · 0.90
flushPreFlushCbs
Function · 0.90
queuePostFlushCb
Function · 0.90
push
Method · 0.65
Tested by
no test coverage detected