()
| 48 | type CacheSeedKey = () => InspectedElementMap; |
| 49 | |
| 50 | function createMap(): InspectedElementMap { |
| 51 | return new WeakMap(); |
| 52 | } |
| 53 | |
| 54 | function getRecordMap(): WeakMap<Element, Thenable<InspectedElementFrontend>> { |
| 55 | return getCacheForType(createMap); |
no outgoing calls
no test coverage detected