* Add a construct to the dependency roots
(...scopes: IDependable[])
| 44 | * Add a construct to the dependency roots |
| 45 | */ |
| 46 | public add(...scopes: IDependable[]) { |
| 47 | this._deps.push(...scopes); |
| 48 | } |
| 49 | } |
| 50 | |
| 51 | const DEPENDABLE_SYMBOL = Symbol.for('@aws-cdk/core.DependableTrait'); |
no outgoing calls
no test coverage detected