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

Function job

packages/runtime-core/src/rendererTemplateRef.ts:197–200  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

195 // null values means this is unmount and it should not overwrite another
196 // ref with the same key
197 const job: SchedulerJob = () => {
198 doSet()
199 pendingSetRefMap.delete(rawRef)
200 }
201 job.id = -1
202 pendingSetRefMap.set(rawRef, job)
203 queuePostRenderEffect(job, parentSuspense)

Callers 1

doWatchFunction · 0.70

Calls 1

doSetFunction · 0.85

Tested by

no test coverage detected