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

Method constructor

src/construct.ts:687–689  ·  view source on GitHub ↗

* Creates a new root construct node. * * @param id The scoped construct ID. Must be unique amongst siblings. If * the ID includes a path separator (`/`), then it will be replaced by double * dash `--`.

(id?: string)

Source from the content-addressed store, hash-verified

685 * dash `--`.
686 */
687 constructor(id?: string) {
688 super(undefined as any, id ?? '');
689 }
690}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected