(buffer)
| 27840 | }; |
| 27841 | |
| 27842 | function passThroughWrite(buffer) { |
| 27843 | return buffer.toString(this.encoding); |
| 27844 | } |
| 27845 | |
| 27846 | function utf16DetectIncompleteChar(buffer) { |
| 27847 | this.charReceived = buffer.length % 2; |
nothing calls this directly
no outgoing calls
no test coverage detected