MCPcopy
hub / github.com/tastejs/todomvc / createUpdate

Function createUpdate

examples/typescript-react/js/bundle.js:11822–11833  ·  view source on GitHub ↗
(expirationTime)

Source from the content-addressed store, hash-verified

11820}
11821
11822function createUpdate(expirationTime) {
11823 return {
11824 expirationTime: expirationTime,
11825
11826 tag: UpdateState,
11827 payload: null,
11828 callback: null,
11829
11830 next: null,
11831 nextEffect: null
11832 };
11833}
11834
11835function appendUpdateToQueue(queue, update) {
11836 // Append the update to the end of the list.

Callers 6

propagateContextChangeFunction · 0.85
bundle.jsFile · 0.85
createRootErrorUpdateFunction · 0.85
createClassErrorUpdateFunction · 0.85
throwExceptionFunction · 0.85
scheduleRootUpdateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected