Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/immutable-js/immutable-js
/ entries
Function
entries
src/CollectionImpl.js:181–183 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
179
},
180
181
entries() {
182
return
this.__iterator(ITERATE_ENTRIES);
183
},
184
185
every(predicate, context) {
186
assertNotInfinite(this.size);
Callers
nothing calls this directly
Calls
1
__iterator
Method · 0.45
Tested by
no test coverage detected