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

Method children

src/construct.ts:216–218  ·  view source on GitHub ↗

* All direct children of this construct.

()

Source from the content-addressed store, hash-verified

214 * All direct children of this construct.
215 */
216 public get children() {
217 return Object.values(this._children ?? {});
218 }
219
220 /**
221 * Return this construct and all of its children in the given order

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected