------------------------------------------------------
(operation uint64, key, val []byte)
| 238 | // ------------------------------------------------------ |
| 239 | |
| 240 | func (a *segment) Mutate(operation uint64, key, val []byte) error { |
| 241 | return a.mutate(operation, key, val) |
| 242 | } |
| 243 | |
| 244 | func (a *segment) mutate(operation uint64, key, val []byte) error { |
| 245 | keyStart := len(a.buf) |