Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aws/constructs
/
Class
test/construct.test.ts:756–756 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
754
}
755
756
class
MyBeautifulConstruct extends Construct {
757
constructor(scope: Construct, id: string) {
758
super(scope, id);
759
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected