MCPcopy Index your code
hub / github.com/microsoft/pyright / get

Method get

server/src/common/stringMap.ts:40–42  ·  view source on GitHub ↗
(key: string)

Source from the content-addressed store, hash-verified

38 }
39
40 get(key: string): T | undefined {
41 return this._map[this.encodeKey(key)];
42 }
43
44 delete(key: string) {
45 delete this._map[this.encodeKey(key)];

Callers 15

_createTypeVarTypeMethod · 0.95
visitImportFromMethod · 0.80
canAssignTypeMethod · 0.80
specializeTypeMethod · 0.80
lookUpClassMemberMethod · 0.80
cloneTypeVarMapMethod · 0.80
lookUpSymbolMethod · 0.80

Calls 1

encodeKeyMethod · 0.95

Tested by

no test coverage detected