* Returns the root of the construct tree. * @returns The root of the construct tree.
()
| 354 | * @returns The root of the construct tree. |
| 355 | */ |
| 356 | public get root() { |
| 357 | return this._scopes[0]; |
| 358 | } |
| 359 | |
| 360 | /** |
| 361 | * 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