MCPcopy
hub / github.com/VSCodeVim/Vim / entries

Method entries

src/mode/modeHandlerMap.ts:28–30  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

26 }
27
28 public entries(): IterableIterator<[Uri, ModeHandler]> {
29 return this.modeHandlerMap.entries();
30 }
31
32 public delete(editorId: Uri) {
33 const modeHandler = this.modeHandlerMap.get(editorId);

Callers 15

activateFunction · 0.80
testItWithRemapsFunction · 0.80
execCountFunction · 0.80
execFunction · 0.80
execCountMethod · 0.80
lineSearchActionMethod · 0.80
executeOperatorMethod · 0.80
rerunRecordedStateMethod · 0.80
setFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected