* 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.
()
| 314 | * This can be used, for example, to implement support for deprecation notices, source mapping, etc. |
| 315 | */ |
| 316 | public get metadata() { |
| 317 | return [...this._metadata ?? []]; |
| 318 | } |
| 319 | |
| 320 | /** |
| 321 | * Adds a metadata entry to this construct. |
nothing calls this directly
no outgoing calls
no test coverage detected