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

Class MyBeautifulConstruct

test/construct.test.ts:711–715  ·  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 }
715}
716
717interface ValidationError {
718 readonly source: IConstruct;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected