()
| 645 | } |
| 646 | |
| 647 | get empty(): boolean { |
| 648 | return this.native.empty; |
| 649 | } |
| 650 | |
| 651 | get metadata(): SnapshotMetadata { |
| 652 | return SnapshotMetadata.fromNative(this.native.metadata); |
nothing calls this directly
no outgoing calls
no test coverage detected