MCPcopy Index your code
hub / github.com/immutable-js/immutable-js / emptyMap

Function emptyMap

src/Map.js:692–694  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

690
691let EMPTY_MAP;
692export function emptyMap() {
693 return EMPTY_MAP || (EMPTY_MAP = makeMap(0));
694}
695
696function updateMap(map, k, v) {
697 let newRoot;

Callers 9

emptyOrderedMapFunction · 0.90
emptySetFunction · 0.90
mergeDeepInFunction · 0.90
mergeInFunction · 0.90
updateInDeeplyFunction · 0.90
constructorMethod · 0.85
clearMethod · 0.85
__ensureOwnerMethod · 0.85
updateMapFunction · 0.85

Calls 1

makeMapFunction · 0.85

Tested by

no test coverage detected