MCPcopy Index your code
hub / github.com/immerjs/immer / first

Function first

__tests__/base.js:3861–3863  ·  view source on GitHub ↗
(set)

Source from the content-addressed store, hash-verified

3859 const base = {map}
3860
3861 function first(set) {
3862 return Array.from(set.values())[0]
3863 }
3864
3865 function second(set) {
3866 return Array.from(set.values())[1]

Callers 1

runBaseTestFunction · 0.85

Calls 1

valuesMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…