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

Method getElement

dom/src/IsolateModule.ts:40–42  ·  view source on GitHub ↗
(fullScope: string)

Source from the content-addressed store, hash-verified

38 }
39
40 public getElement(fullScope: string): Element | undefined {
41 return this.elementsByFullScope.get(fullScope);
42 }
43
44 public getFullScope(elm: Element): string {
45 const iterator = this.elementsByFullScope.entries();

Callers 3

callMethod · 0.80
filterBasedOnIsolationFunction · 0.80
eventsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected