MCPcopy Create free account
hub / github.com/PerroEngine/Perro / push_route_impl

Function push_route_impl

perro_source/api_modules/perro_web/src/lib.rs:117–119  ·  view source on GitHub ↗
(_: &str)

Source from the content-addressed store, hash-verified

115
116#[cfg(not(target_arch = "wasm32"))]
117fn push_route_impl(_: &str) -> bool {
118 false
119}
120
121#[cfg(not(target_arch = "wasm32"))]
122fn pop_route_impl() -> bool {

Callers 1

push_routeFunction · 0.85

Calls 2

normalize_href_implFunction · 0.85
set_pending_route_changeFunction · 0.85

Tested by

no test coverage detected