()
| 624 | return this.native?.hasChildren?.(); |
| 625 | } |
| 626 | numChildren(): number { |
| 627 | return this.native?.getChildrenCount(); |
| 628 | } |
| 629 | val() { |
| 630 | return deserialize(this.native.getValue()); |
| 631 | } |
nothing calls this directly
no outgoing calls
no test coverage detected