MCPcopy 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"))]
107fn current_href_impl() -> Option<String> {
108 None
109}
110
111#[cfg(not(target_arch = "wasm32"))]
112fn get_args_impl() -> Option<Vec<String>> {

Callers 2

current_hrefFunction · 0.85
init_router_implFunction · 0.85

Calls 2

normalize_href_implFunction · 0.85
okMethod · 0.80

Tested by

no test coverage detected