()
| 621 | return this.native?.hasChild?.(path); |
| 622 | } |
| 623 | hasChildren(): boolean { |
| 624 | return this.native?.hasChildren?.(); |
| 625 | } |
| 626 | numChildren(): number { |
| 627 | return this.native?.getChildrenCount(); |
| 628 | } |
nothing calls this directly
no test coverage detected