Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/immutable-js/immutable-js
/ mapIteratorValue
Function
mapIteratorValue
src/Map.js:669–671 ·
view source on GitHub ↗
(type, entry)
Source
from the content-addressed store, hash-verified
667
}
668
669
function
mapIteratorValue(
type
, entry) {
670
return
iteratorValue(
type
, entry[0], entry[1]);
671
}
672
673
function
mapIteratorFrame(node, prev) {
674
return
{
Callers
1
next
Method · 0.85
Calls
1
iteratorValue
Function · 0.90
Tested by
no test coverage detected