MCPcopy Create free account
hub / github.com/idank/explainshell / d3_interpolateByName

Function d3_interpolateByName

explainshell/web/static/js/d3.v3.js:4834–4836  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

4832 return f;
4833 }
4834 function d3_interpolateByName(name) {
4835 return name == "transform" ? d3_interpolateTransform : d3_interpolate;
4836 }
4837 d3.interpolators = [ d3_interpolateObject, function(a, b) {
4838 return Array.isArray(b) && d3_interpolateArray(a, b);
4839 }, function(a, b) {

Callers 2

d3_interpolateObjectFunction · 0.85
d3.v3.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected