| 66 | } |
| 67 | |
| 68 | struct DebugPrinter { |
| 69 | explicit DebugPrinter(const RestfulMethodPath& p) : path(&p) {} |
| 70 | const RestfulMethodPath* path; |
| 71 | }; |
| 72 | |
| 73 | std::ostream& operator<<(std::ostream& os, const DebugPrinter& p) { |
| 74 | os << "{service=" << p.path->service_name |
no outgoing calls
no test coverage detected