()
| 133 | } |
| 134 | |
| 135 | @Override |
| 136 | public void reset() { |
| 137 | setExclusiveStartKey(Zeze.Net.Binary.Empty); |
| 138 | setProposeLimit(0); |
| 139 | setDesc(false); |
| 140 | setPrefix(Zeze.Net.Binary.Empty); |
| 141 | _unknown_ = null; |
| 142 | } |
| 143 | |
| 144 | @Override |
| 145 | public Zeze.Builtin.Dbh2.BWalk.Data toData() { |
nothing calls this directly
no test coverage detected