(dm DiffMap)
| 35 | } |
| 36 | |
| 37 | func NewFileReadDiff(dm DiffMap) *FileReadDiffProvider { |
| 38 | return &FileReadDiffProvider{diffMap: dm} |
| 39 | } |
| 40 | |
| 41 | // SetDiffMap replaces the diff snapshot. Must be called before concurrent access begins. |
| 42 | func (p *FileReadDiffProvider) SetDiffMap(dm DiffMap) { |
no outgoing calls