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

Method encodeKey

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

Source from the content-addressed store, hash-verified

46 }
47
48 encodeKey(key: string): string {
49 // Prepend a $ to avoid reserved keys like "constructor".
50 return _keyPrefix + key;
51 }
52
53 decodeKey(key: string): string {
54 return key.substr(_keyPrefix.length);

Callers 4

setMethod · 0.95
setIfUniqueMethod · 0.95
getMethod · 0.95
deleteMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected