(fullScope: string)
| 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(); |
no outgoing calls
no test coverage detected