MCPcopy
hub / github.com/widgetti/ipyvolume / transformer

Function transformer

docs/source/examples/js/ipyvolume_v0.6.0-dev.1.js:17450–17457  ·  view source on GitHub ↗
(methods)

Source from the content-addressed store, hash-verified

17448});
17449
17450function transformer(methods) {
17451 return function(stream) {
17452 var s = new TransformStream;
17453 for (var key in methods) s[key] = methods[key];
17454 s.stream = stream;
17455 return s;
17456 };
17457}
17458
17459function TransformStream() {}
17460

Callers 10

continuousFunction · 0.85
divergingFunction · 0.85
divergingLogFunction · 0.85
divergingSymlogFunction · 0.85
divergingPowFunction · 0.85
sequentialFunction · 0.85
sequentialLogFunction · 0.85
sequentialSymlogFunction · 0.85
sequentialPowFunction · 0.85

Calls 6

clampFunction · 0.85
piecewiseFunction · 0.85
clamperFunction · 0.85
rescaleFunction · 0.85
transformFunction · 0.85
tFunction · 0.70

Tested by

no test coverage detected