(s)
| 100 | } |
| 101 | |
| 102 | function isContentDispositionField(s) { |
| 103 | return s.length === 19 && s.toLowerCase() === 'content-disposition'; |
| 104 | } |
| 105 | |
| 106 | function OutgoingMessage(options) { |
| 107 | Stream.call(this); |
no outgoing calls
no test coverage detected
searching dependent graphs…