MCPcopy
hub / github.com/jestjs/jest / copyMap

Function copyMap

packages/jest-haste-map/src/index.ts:1147–1149  ·  view source on GitHub ↗
(input: Map<K, V>)

Source from the content-addressed store, hash-verified

1145}
1146
1147function copyMap<K, V>(input: Map<K, V>): Map<K, V> {
1148 return new Map(input);
1149}
1150
1151// Export the smallest API surface required by Jest
1152type IJestHasteMap = HasteMapStatic & {

Callers 1

_recoverDuplicatesMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected