| 105 | } |
| 106 | |
| 107 | std::string_view get_fin_thread_name() const |
| 108 | { |
| 109 | return finisher.get_thread_name(); |
| 110 | } |
| 111 | |
| 112 | bool is_authorized(const std::map<std::string, std::string>& arguments) const; |
| 113 |
nothing calls this directly
no test coverage detected