MCPcopy Index your code
hub / github.com/angular/components / getRootHarnessLoader

Function getRootHarnessLoader

src/cdk/testing/component-harness.ts:571–573  ·  view source on GitHub ↗

* Gets the root harness loader from which to start * searching for content contained by this harness.

()

Source from the content-addressed store, hash-verified

569 * searching for content contained by this harness.
570 */
571 protected async getRootHarnessLoader(): Promise<HarnessLoader> {
572 return this.locatorFactory.rootHarnessLoader();
573 }
574}
575
576/**

Callers

nothing calls this directly

Calls 1

rootHarnessLoaderMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…