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