MCPcopy Create free account
hub / github.com/OpenEndedGroup/Field2 / initFromIterable

Function initFromIterable

lib/web/polyfill.js:1484–1487  ·  view source on GitHub ↗
(that, iterable)

Source from the content-addressed store, hash-verified

1482 , proto = C && C[PROTOTYPE]
1483 , O = {};
1484 function initFromIterable(that, iterable){
1485 if(iterable != undefined)forOf(iterable, isMap, that[ADDER], that);
1486 return that;
1487 }
1488 function fixSVZ(key, chain){
1489 var method = proto[key];
1490 if(framework)proto[key] = function(a, b){

Callers 1

getCollectionFunction · 0.85

Calls 1

forOfFunction · 0.85

Tested by

no test coverage detected