MCPcopy Create free account
hub / github.com/breck7/scroll / geoStream

Function geoStream

external/.d3.js:9909–9915  ·  view source on GitHub ↗
(object, stream)

Source from the content-addressed store, hash-verified

9907}
9908
9909function geoStream(object, stream) {
9910 if (object && streamObjectType.hasOwnProperty(object.type)) {
9911 streamObjectType[object.type](object, stream);
9912 } else {
9913 streamGeometry(object, stream);
9914 }
9915}
9916
9917var areaRingSum$1 = new Adder();
9918

Callers 7

area$2Function · 0.85
boundsFunction · 0.85
centroid$1Function · 0.85
length$1Function · 0.85
pathFunction · 0.85
index$2Function · 0.85
fitFunction · 0.85

Calls 1

streamGeometryFunction · 0.85

Tested by

no test coverage detected