MCPcopy Index your code
hub / github.com/microsoft/SandDance / method

Function method

docs/app/js/sanddance-app.js:127014–127016  ·  view source on GitHub ↗
(type)

Source from the content-addressed store, hash-verified

127012 return gamma != null && interp && interp.gamma ? interp.gamma(gamma) : interp;
127013}
127014function method(type) {
127015 return "interpolate" + type.toLowerCase().split("-").map((s)=>s[0].toUpperCase() + s.slice(1)).join("");
127016}
127017const continuous = {
127018 blues: "cfe1f2bed8eca8cee58fc1de74b2d75ba3cf4592c63181bd206fb2125ca40a4a90",
127019 greens: "d3eecdc0e6baabdda594d3917bc77d60ba6c46ab5e329a512089430e7735036429",

Callers 4

topojsonFunction · 0.70
memoizeFunction · 0.70
interpolateFunction · 0.70
parseStreamFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected