()
| 65 | } |
| 66 | |
| 67 | private async getActiveMap() { |
| 68 | // NB: We need to take a snapshot of the hat map before we make any |
| 69 | // modifications if it is the beginning of the phrase |
| 70 | await this.maybeTakePrePhraseSnapshot(); |
| 71 | |
| 72 | return this.activeMap; |
| 73 | } |
| 74 | |
| 75 | /** |
| 76 | * Returns a transient, read-only hat map for use during the course of a |
nothing calls this directly
no test coverage detected