LOGENTRIES:
(change *LogEntry)
| 459 | // ////// LOGENTRIES: |
| 460 | |
| 461 | func (c *singleChannelCacheImpl) _adjustFirstSeq(change *LogEntry) { |
| 462 | if change.Sequence < c.validFrom { |
| 463 | c.validFrom = change.Sequence |
| 464 | } |
| 465 | } |
| 466 | |
| 467 | // Adds an entry to the end of an array of LogEntries. |
| 468 | // Any existing entry with the same DocID is removed. |