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

Class

src/dependency.ts:24–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22 * construct tree needs to be combined to be used as a single dependable.
23 */
24export class DependencyGroup implements IDependable {
25 private readonly _deps = new Array<IDependable>();
26
27 constructor(...deps: IDependable[]) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected