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

Method get

src/mode/modeHandlerMap.ts:24–26  ·  view source on GitHub ↗
(uri: Uri)

Source from the content-addressed store, hash-verified

22 }
23
24 public get(uri: Uri): ModeHandler | undefined {
25 return this.modeHandlerMap.get(uri);
26 }
27
28 public entries(): IterableIterator<[Uri, ModeHandler]> {
29 return this.modeHandlerMap.entries();

Callers 1

getOrCreateMethod · 0.95

Calls 1

getMethod · 0.65

Tested by

no test coverage detected