Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/immutable-js/immutable-js
/ keys
Function
keys
src/CollectionImpl.js:228–230 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
226
},
227
228
keys() {
229
return
this.__iterator(ITERATE_KEYS);
230
},
231
232
map(mapper, context) {
233
return
reify(this, mapFactory(this, mapper, context));
Callers
nothing calls this directly
Calls
1
__iterator
Method · 0.45
Tested by
no test coverage detected