* Returns the root of the construct tree. * @returns The root of the construct tree.
()
| 341 | * @returns The root of the construct tree. |
| 342 | */ |
| 343 | public get root() { |
| 344 | return this._scopes[0]; |
| 345 | } |
| 346 | |
| 347 | /** |
| 348 | * Returns true if this construct or the scopes in which it is defined are |
nothing calls this directly
no outgoing calls
no test coverage detected