| 33 | ) |
| 34 | |
| 35 | type tableMock struct { |
| 36 | left, right []byte |
| 37 | } |
| 38 | |
| 39 | func (tm *tableMock) Smallest() []byte { return tm.left } |
| 40 | func (tm *tableMock) Biggest() []byte { return tm.right } |
nothing calls this directly
no outgoing calls
no test coverage detected