MCPcopy Create free account
hub / github.com/cyclejs/cyclejs / dispose

Method dispose

dom/src/MainDOMSource.ts:203–206  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

201 }
202
203 public dispose(): void {
204 this._sanitation$.shamefullySendNext(null);
205 this._isolateModule.reset();
206 }
207
208 // The implementation of these are in the constructor so that their `this`
209 // references are automatically bound to the instance, so that library users

Callers 1

disposeSourcesFunction · 0.80

Calls 1

resetMethod · 0.80

Tested by

no test coverage detected