| 141 | } |
| 142 | |
| 143 | static std::string JsonSuccess() { |
| 144 | return JsonObject({{"success", JsonBool(true)}}); |
| 145 | } |
| 146 | |
| 147 | // ── Command implementations ───────────────────────────────────────────── |
| 148 |
nothing calls this directly
no test coverage detected