| 1805 | double getTimeEstimate() const override { return 0; } |
| 1806 | }; |
| 1807 | void action(InitAction& a) { |
| 1808 | // init() has already been called |
| 1809 | a.result.send(Void()); |
| 1810 | } |
| 1811 | |
| 1812 | struct SetAction final : TypedAction<Writer, SetAction>, FastAllocated<SetAction> { |
| 1813 | KeyValue kv; |
no test coverage detected