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

Method constructor

test/construct.test.ts:712–714  ·  view source on GitHub ↗
(scope: Construct, id: string)

Source from the content-addressed store, hash-verified

710
711class MyBeautifulConstruct extends Construct {
712 constructor(scope: Construct, id: string) {
713 super(scope, id);
714 }
715}
716
717interface ValidationError {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected