Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
_validateFunctionArguments
Method · 0.95
_createTypeVarType
Method · 0.95
_getTypeFromMemberAccessExpressionWithBaseType
Method · 0.80
visitImportFrom
Method · 0.80
_bindMemberVariableToType
Method · 0.80
_bindMultiPartModuleNameToType
Method · 0.80
_setDefinitionForMemberName
Method · 0.80
canAssignType
Method · 0.80
specializeType
Method · 0.80
lookUpClassMember
Method · 0.80
cloneTypeVarMap
Method · 0.80
lookUpSymbol
Method · 0.80
Calls
1
encodeKey
Method · 0.95
Tested by
no test coverage detected