| 601 | -------------------------------------------------------------------------*/ |
| 602 | |
| 603 | void |
| 604 | url_called_set(URLImpl *url) |
| 605 | { |
| 606 | url->m_clean = !url->m_ptr_printed_string; |
| 607 | } |
| 608 | |
| 609 | void |
| 610 | url_clear_string_ref(URLImpl *url) |
no outgoing calls
no test coverage detected