Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/VSCodeVim/Vim
/ reset
Method
reset
src/state/compositionState.ts:6–10 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
4
composingText: string =
''
;
5
6
reset() {
7
this.isInComposition = false;
8
this.insertedText = false;
9
this.composingText =
''
;
10
}
11
}
Callers
2
activate
Function · 0.95
toggleExtension
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected