* An immutable array of metadata objects associated with this construct. * This can be used, for example, to implement support for deprecation notices, source mapping, etc.
()
| 285 | * This can be used, for example, to implement support for deprecation notices, source mapping, etc. |
| 286 | */ |
| 287 | public get metadata() { |
| 288 | return [...this._metadata ?? []]; |
| 289 | } |
| 290 | |
| 291 | /** |
| 292 | * Adds a metadata entry to this construct. |
nothing calls this directly
no outgoing calls
no test coverage detected