(sb blob.SizedRef)
| 307 | } |
| 308 | |
| 309 | func (asr StatusReceiver) noteChunkOnServer(sb blob.SizedRef) { |
| 310 | Printf("CHUNK_UPLOADED %d %s %s\n", sb.Size, sb.Ref, asr.Path) |
| 311 | } |
| 312 | |
| 313 | func (asr StatusReceiver) ReceiveBlob(ctx context.Context, blob blob.Ref, source io.Reader) (blob.SizedRef, error) { |
| 314 | // Sniff the first 1KB of it and don't print the stats if it looks like it was just a schema |
no test coverage detected