* All direct children of this construct.
()
| 214 | * All direct children of this construct. |
| 215 | */ |
| 216 | public get children() { |
| 217 | return Object.values(this._children ?? {}); |
| 218 | } |
| 219 | |
| 220 | /** |
| 221 | * Return this construct and all of its children in the given order |
nothing calls this directly
no outgoing calls
no test coverage detected