Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
getOrCreate
Method · 0.95
Calls
1
get
Method · 0.65
Tested by
no test coverage detected