()
| 119 | } |
| 120 | |
| 121 | public dispose() { |
| 122 | this.activeMap.dispose(); |
| 123 | |
| 124 | if (this.prePhraseMapSnapshot != null) { |
| 125 | this.prePhraseMapSnapshot.dispose(); |
| 126 | } |
| 127 | } |
| 128 | |
| 129 | private async maybeTakePrePhraseSnapshot() { |
| 130 | const phraseStartSignal = this.graph.commandServerApi?.signals?.prePhrase; |
no outgoing calls
no test coverage detected