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

Method children

src/construct.ts:190–192  ·  view source on GitHub ↗

* All direct children of this construct.

()

Source from the content-addressed store, hash-verified

188 * All direct children of this construct.
189 */
190 public get children() {
191 return Object.values(this._children ?? {});
192 }
193
194 /**
195 * 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