MCPcopy Index your code
hub / github.com/plotly/dash / completeJob

Function completeJob

dash/dash-renderer/src/actions/callbacks.ts:600–610  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

598 };
599
600 const completeJob = () => {
601 if (job) {
602 dispatch(removeCallbackJob({jobId: job}));
603 }
604 if (runningOff) {
605 dispatch(sideUpdate(runningOff, payload));
606 }
607 if (progressDefault) {
608 dispatch(sideUpdate(progressDefault, payload));
609 }
610 };
611
612 if (status === STATUS.OK) {
613 res.json().then((data: CallbackResponseData) => {

Callers 1

handleOutputFunction · 0.85

Calls 1

sideUpdateFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…