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

Method root

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

341 * @returns The root of the construct tree.
342 */
343 public get root() {
344 return this._scopes[0];
345 }
346
347 /**
348 * 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