()
| 394 | } |
| 395 | |
| 396 | get parent(): Reference { |
| 397 | return Reference.fromNative(this.native.getParent?.()); |
| 398 | } |
| 399 | |
| 400 | get root(): Reference { |
| 401 | return Reference.fromNative(this.native.getRoot?.()); |
nothing calls this directly
no test coverage detected