MCPcopy
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

__iteratorMethod · 0.70
__iterateMethod · 0.70
iterateNodeFunction · 0.70

Calls 1

__iteratorMethod · 0.45

Tested by

no test coverage detected