| 2 | import { Construct } from 'constructs'; |
| 3 | |
| 4 | export class MyStack extends Stack { |
| 5 | constructor(scope: Construct, id: string, props: StackProps = {}) { |
| 6 | super(scope, id, props); |
| 7 |
nothing calls this directly
no outgoing calls
no test coverage detected