()
| 100 | } |
| 101 | |
| 102 | func (this *BlocksFile) Filename() string { |
| 103 | return this.fp.Name() |
| 104 | } |
| 105 | |
| 106 | func (this *BlocksFile) Write(hash string, blockType BlockType, b []byte, originOffset int64) (n int, err error) { |
| 107 | if len(b) == 0 { |
no test coverage detected