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

Class

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

Source from the content-addressed store, hash-verified

719 // GIVEN
720 const root = new Root();
721 class Subclass extends Construct {};
722 const subclass = new Subclass(root, 'subclass');
723 const someRandomObject = {};
724

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected