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

Class Subclass

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

Source from the content-addressed store, hash-verified

674 // GIVEN
675 const root = new Root();
676 class Subclass extends Construct {};
677 const subclass = new Subclass(root, 'subclass');
678 const someRandomObject = {};
679

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected