| 197 | std::string target; |
| 198 | |
| 199 | test_fields() = delete; |
| 200 | test_fields(token) {} |
| 201 | string_view get_method_impl() const { return {}; } |
| 202 | string_view get_target_impl() const { return target; } |
nothing calls this directly
no outgoing calls
no test coverage detected