Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/microsoft/pyright
/ forEach
Method
forEach
server/src/common/stringMap.ts:61–65 ·
view source on GitHub ↗
(callback: (item: T, key: string) => void)
Source
from the content-addressed store, hash-verified
59
}
60
61
forEach(callback: (item: T, key: string) => void) {
62
Object.keys(this._map).forEach(key => {
63
callback(this._map[key], this.decodeKey(key));
64
});
65
}
66
}
Callers
15
reportDiagnostics
Function · 0.80
server.ts
File · 0.80
_getTypeFromExpression
Method · 0.80
_getTypeFromMemberAccessExpressionWithBaseType
Method · 0.80
_bindFunctionToClassOrObject
Method · 0.80
_getTypeArgs
Method · 0.80
_getTypeFromTupleExpression
Method · 0.80
_getTypeFromCallExpressionWithBaseType
Method · 0.80
_validateFunctionArguments
Method · 0.80
_createNamedTupleType
Method · 0.80
_getTypeFromListExpression
Method · 0.80
_createCallableType
Method · 0.80
Calls
1
decodeKey
Method · 0.95
Tested by
no test coverage detected