(buf []byte)
| 195 | } |
| 196 | |
| 197 | func (stream *sshSmartSubtransportStream) Write(buf []byte) (int, error) { |
| 198 | return stream.owner.stdin.Write(buf) |
| 199 | } |
| 200 | |
| 201 | func (stream *sshSmartSubtransportStream) Free() { |
| 202 | } |
nothing calls this directly
no outgoing calls
no test coverage detected