MCPcopy
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}

Calls 1

decodeKeyMethod · 0.95

Tested by

no test coverage detected