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

Method root

src/construct.ts:356–358  ·  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

354 * @returns The root of the construct tree.
355 */
356 public get root() {
357 return this._scopes[0];
358 }
359
360 /**
361 * 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