()
| 615 | return stopEnumerate; |
| 616 | } |
| 617 | getPriority(): string | number { |
| 618 | return this.native.getPriority(); |
| 619 | } |
| 620 | hasChild(path: string): boolean { |
| 621 | return this.native?.hasChild?.(path); |
| 622 | } |
nothing calls this directly
no test coverage detected