| 418 | } |
| 419 | |
| 420 | void line_spec::custom_marker(std::string_view custom_marker) { |
| 421 | custom_marker_ = custom_marker; |
| 422 | touch(); |
| 423 | } |
| 424 | |
| 425 | float line_spec::marker_size() const { return marker_size_; } |
| 426 |
nothing calls this directly
no outgoing calls
no test coverage detected