MCPcopy 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"))]
127fn init_router_impl() -> bool {
128 false
129}
130
131#[cfg(target_arch = "wasm32")]
132fn current_href_impl() -> Option<String> {

Callers 1

init_routerFunction · 0.85

Calls 4

router_init_slotFunction · 0.85
current_href_implFunction · 0.85
set_pending_route_changeFunction · 0.85
as_refMethod · 0.45

Tested by

no test coverage detected