| 685 | struct Accepted : Response |
| 686 | { |
| 687 | Accepted() |
| 688 | : Response(Status::ACCEPTED) {} |
| 689 | |
| 690 | explicit Accepted(const std::string& body) |
| 691 | : Response(body, Status::ACCEPTED) {} |
nothing calls this directly
no outgoing calls
no test coverage detected