Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
98
pub fn split_href(href: &str) -> Vec<String> {
99
split_href_impl(href)
100
}
101
102
pub fn split_query_args(href: &str) -> Vec<String> {
103
split_query_args_impl(href)
Callers
nothing calls this directly
Calls
1
split_href_impl
Function · 0.85
Tested by
no test coverage detected