| 524 | } |
| 525 | |
| 526 | std::string surface::data_string() { |
| 527 | return !ribbons_ ? grid_data_string() : ribbon_data_string(); |
| 528 | } |
| 529 | |
| 530 | void surface::maybe_update_line_spec() { |
| 531 | if (!line_spec_.user_color()) { |
nothing calls this directly
no outgoing calls
no test coverage detected