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

Method constructor

src/construct.ts:701–703  ·  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 (`/`) or a newline, then it will be * replaced by double dash `--`.

(id?: string)

Source from the content-addressed store, hash-verified

699 * replaced by double dash `--`.
700 */
701 constructor(id?: string) {
702 super(undefined as any, id ?? '');
703 }
704}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected