| 441 | } |
| 442 | |
| 443 | int _go_git_writestream_close(git_writestream *stream) |
| 444 | { |
| 445 | return stream->close(stream); |
| 446 | } |
| 447 | |
| 448 | void _go_git_writestream_free(git_writestream *stream) |
| 449 | { |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…