MCPcopy
hub / github.com/microsoft/SandDance / extract3

Function extract3

docs/app/js/sanddance-app.js:109575–109577  ·  view source on GitHub ↗
(arcs)

Source from the content-addressed store, hash-verified

109573 arcs.forEach(extract1);
109574 }
109575 function extract3(arcs) {
109576 arcs.forEach(extract2);
109577 }
109578 function geometry(o) {
109579 switch(geom = o, o.type){
109580 case "GeometryCollection":

Callers 1

geometryFunction · 0.70

Calls 1

forEachMethod · 0.45

Tested by

no test coverage detected