Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/immutable-js/immutable-js
/ values
Function
values
src/CollectionImpl.js:282–284 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
280
},
281
282
values() {
283
return
this.__iterator(ITERATE_VALUES);
284
},
285
286
// ### More sequential methods
287
Callers
3
__iterator
Method · 0.70
__iterate
Method · 0.70
iterateNode
Function · 0.70
Calls
1
__iterator
Method · 0.45
Tested by
no test coverage detected