(href: &str)
| 100 | } |
| 101 | |
| 102 | pub fn split_query_args(href: &str) -> Vec<String> { |
| 103 | split_query_args_impl(href) |
| 104 | } |
| 105 | |
| 106 | #[cfg(not(target_arch = "wasm32"))] |
| 107 | fn current_href_impl() -> Option<String> { |
nothing calls this directly
no test coverage detected