Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/microsoft/pyright
/ delete
Method
delete
server/src/common/stringMap.ts:44–46 ·
view source on GitHub ↗
(key: string)
Source
from the content-addressed store, hash-verified
42
}
43
44
delete(key: string) {
45
delete this._map[this.encodeKey(key)];
46
}
47
48
encodeKey(key: string): string {
49
// Prepend a $ to avoid reserved keys like "constructor".
Callers
nothing calls this directly
Calls
1
encodeKey
Method · 0.95
Tested by
no test coverage detected