Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
691
let
EMPTY_MAP;
692
export
function
emptyMap() {
693
return
EMPTY_MAP || (EMPTY_MAP = makeMap(0));
694
}
695
696
function
updateMap(map, k, v) {
697
let
newRoot;
Callers
9
emptyOrderedMap
Function · 0.90
emptySet
Function · 0.90
mergeDeepIn
Function · 0.90
mergeIn
Function · 0.90
updateInDeeply
Function · 0.90
constructor
Method · 0.85
clear
Method · 0.85
__ensureOwner
Method · 0.85
updateMap
Function · 0.85
Calls
1
makeMap
Function · 0.85
Tested by
no test coverage detected