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

Class

test/construct.test.ts:711–711  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

709}
710
711class MyBeautifulConstruct extends Construct {
712 constructor(scope: Construct, id: string) {
713 super(scope, id);
714 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected