(methods)
| 12036 | } |
| 12037 | |
| 12038 | function 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 | |
| 12047 | function TransformStream() {} |
| 12048 |
no outgoing calls
no test coverage detected