* Gets the root harness loader from which to start * searching for content contained by this harness.
()
| 569 | * searching for content contained by this harness. |
| 570 | */ |
| 571 | protected async getRootHarnessLoader(): Promise<HarnessLoader> { |
| 572 | return this.locatorFactory.rootHarnessLoader(); |
| 573 | } |
| 574 | } |
| 575 | |
| 576 | /** |
nothing calls this directly
no test coverage detected
searching dependent graphs…