MCPcopy Create free account
hub / github.com/caseywebdev/react-list / onUnsuspend

Function onUnsuspend

docs/index.js:17752–17761  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

17750 : null;
17751}
17752function onUnsuspend() {
17753 this.count--;
17754 if (0 === this.count)
17755 if (this.stylesheets) insertSuspendedStylesheets(this, this.stylesheets);
17756 else if (this.unsuspend) {
17757 var unsuspend = this.unsuspend;
17758 this.unsuspend = null;
17759 unsuspend();
17760 }
17761}
17762var precedencesByRoot = null;
17763function insertSuspendedStylesheets(state, resources) {
17764 state.stylesheets = null;

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…