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

Function split_href

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

Source from the content-addressed store, hash-verified

96}
97
98pub fn split_href(href: &str) -> Vec<String> {
99 split_href_impl(href)
100}
101
102pub fn split_query_args(href: &str) -> Vec<String> {
103 split_query_args_impl(href)

Callers

nothing calls this directly

Calls 1

split_href_implFunction · 0.85

Tested by

no test coverage detected