()
| 144 | } |
| 145 | |
| 146 | private takePrePhraseSnapshot() { |
| 147 | if (this.prePhraseMapSnapshot != null) { |
| 148 | this.prePhraseMapSnapshot.dispose(); |
| 149 | } |
| 150 | |
| 151 | this.prePhraseMapSnapshot = this.activeMap.clone(); |
| 152 | this.prePhraseMapsSnapshotTimestamp = hrtime.bigint(); |
| 153 | } |
| 154 | } |
no test coverage detected