(readTs uint64)
| 120 | } |
| 121 | |
| 122 | func (mm *MutableLayer) setTs(readTs uint64) { |
| 123 | if mm == nil { |
| 124 | return |
| 125 | } |
| 126 | mm.readTs = readTs |
| 127 | } |
| 128 | |
| 129 | // This function clones an existing mutable layer for the new transactions. This function makes sure we copy the right |
| 130 | // things from the existing mutable layer for the new list. It basically copies committedEntries using reference and |
no outgoing calls