MCPcopy
hub / github.com/jipegit/OSXAuditor / compose

Function compose

d3-3.2.8/d3.js:3055–3057  ·  view source on GitHub ↗
(x, y)

Source from the content-addressed store, hash-verified

3053 }
3054 function d3_geo_compose(a, b) {
3055 function compose(x, y) {
3056 return x = a(x, y), b(x[0], x[1]);
3057 }
3058 if (a.invert && b.invert) compose.invert = function(x, y) {
3059 return x = b.invert(x, y), x && a.invert(x[0], x[1]);
3060 };

Callers

nothing calls this directly

Calls 2

bFunction · 0.85
aFunction · 0.70

Tested by

no test coverage detected