Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1147
function
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
1152
type
IJestHasteMap = HasteMapStatic & {
Callers
1
_recoverDuplicates
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected