MCPcopy Create free account
hub / github.com/PerroEngine/Perro / split_query_args

Function split_query_args

perro_source/api_modules/perro_web/src/lib.rs:102–104  ·  view source on GitHub ↗
(href: &str)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

split_query_args_implFunction · 0.85

Tested by

no test coverage detected