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

Method reset

dom/src/IsolateModule.ts:64–68  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

62 }
63
64 public reset() {
65 this.elementsByFullScope.clear();
66 this.delegatorsByFullScope.clear();
67 this.fullScopesBeingUpdated = [];
68 }
69
70 public createModule() {
71 const self = this;

Callers 2

events.tsFile · 0.80
disposeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected