MCPcopy Create free account
hub / github.com/facebook/Rapid / pause

Method pause

modules/core/UrlHashSystem.js:158–163  ·  view source on GitHub ↗

* pause * Pauses this system * When paused, the UrlHashSystem will not respond to changes or emit events.

()

Source from the content-addressed store, hash-verified

156 * When paused, the UrlHashSystem will not respond to changes or emit events.
157 */
158 pause() {
159 this._paused = true;
160 this._currHash = null;
161 this.deferredUpdateHash.cancel();
162 this.deferredUpdateTitle.cancel();
163 }
164
165
166 /**

Callers 2

fromJSONAsyncMethod · 0.45
_startIntroFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected