Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/immutable-js/immutable-js
/ emptyOrderedSet
Function
emptyOrderedSet
src/OrderedSet.js:58–62 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
56
57
let
EMPTY_ORDERED_SET;
58
function
emptyOrderedSet() {
59
return
(
60
EMPTY_ORDERED_SET || (EMPTY_ORDERED_SET = makeOrderedSet(emptyOrderedMap()))
61
);
62
}
Callers
1
constructor
Method · 0.85
Calls
2
emptyOrderedMap
Function · 0.90
makeOrderedSet
Function · 0.85
Tested by
no test coverage detected