()
| 705 | } |
| 706 | |
| 707 | get empty(): boolean { |
| 708 | return this.native.isEmpty(); |
| 709 | } |
| 710 | |
| 711 | get metadata(): SnapshotMetadata { |
| 712 | return SnapshotMetadata.fromNative(this.native.getMetadata()); |
nothing calls this directly
no outgoing calls
no test coverage detected