MCPcopy Create free account
hub / github.com/breck7/scroll / transformer$3

Function transformer$3

external/.d3.js:12038–12045  ·  view source on GitHub ↗
(methods)

Source from the content-addressed store, hash-verified

12036}
12037
12038function transformer$3(methods) {
12039 return function(stream) {
12040 var s = new TransformStream;
12041 for (var key in methods) s[key] = methods[key];
12042 s.stream = stream;
12043 return s;
12044 };
12045}
12046
12047function TransformStream() {}
12048

Callers 5

transform$1Function · 0.85
resampleNoneFunction · 0.85
.d3.jsFile · 0.85
transformRotateFunction · 0.85
identity$4Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected