(file protocol.FileInfo)
| 405 | } |
| 406 | |
| 407 | func encryptionTrailerSize(file protocol.FileInfo) int64 { |
| 408 | return int64(proto.Size(file.ToWire(false))) + 4 // XXX: Inefficient |
| 409 | } |
| 410 | |
| 411 | // Progress returns the momentarily progress for the puller |
| 412 | func (s *sharedPullerState) Progress() *PullerProgress { |
no test coverage detected