(info *fileInfo)
| 98 | } |
| 99 | |
| 100 | func (p *PatchBuilder) removeFile(info *fileInfo) { |
| 101 | info.mode = UNSELECTED |
| 102 | info.includedLineIndices = nil |
| 103 | } |
| 104 | |
| 105 | func (p *PatchBuilder) AddFileWhole(filename string) error { |
| 106 | info, err := p.getFileInfo(filename) |
no outgoing calls
no test coverage detected