(p []byte)
| 89 | } |
| 90 | |
| 91 | func (w *PackWriter) Write(p []byte) (int, error) { |
| 92 | return w.synced.Write(p) |
| 93 | } |
| 94 | |
| 95 | // Close closes all the file descriptors and save the final packfile, if nothing |
| 96 | // was written, the tempfiles are deleted without writing a packfile. |
no outgoing calls