Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PerroEngine/Perro
/ current_href_impl
Function
current_href_impl
perro_source/api_modules/perro_web/src/lib.rs:107–109 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
105
106
#[cfg(not(target_arch =
"wasm32"
))]
107
fn current_href_impl() -> Option<String> {
108
None
109
}
110
111
#[cfg(not(target_arch =
"wasm32"
))]
112
fn get_args_impl() -> Option<Vec<String>> {
Callers
2
current_href
Function · 0.85
init_router_impl
Function · 0.85
Calls
2
normalize_href_impl
Function · 0.85
ok
Method · 0.80
Tested by
no test coverage detected