MCPcopy Create free account
hub / github.com/aws/constructs / root

Method root

src/construct.ts:346–348  ·  view source on GitHub ↗

* Returns the root of the construct tree. * @returns The root of the construct tree.

()

Source from the content-addressed store, hash-verified

344 * @returns The root of the construct tree.
345 */
346 public get root() {
347 return this.scopes[0];
348 }
349
350 /**
351 * Returns true if this construct or the scopes in which it is defined are

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected