Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PerroEngine/Perro
/ init_router_impl
Function
init_router_impl
perro_source/api_modules/perro_web/src/lib.rs:127–129 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
125
126
#[cfg(not(target_arch =
"wasm32"
))]
127
fn init_router_impl() -> bool {
128
false
129
}
130
131
#[cfg(target_arch =
"wasm32"
)]
132
fn current_href_impl() -> Option<String> {
Callers
1
init_router
Function · 0.85
Calls
4
router_init_slot
Function · 0.85
current_href_impl
Function · 0.85
set_pending_route_change
Function · 0.85
as_ref
Method · 0.45
Tested by
no test coverage detected