Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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"
))]
117
fn push_route_impl(_: &str) -> bool {
118
false
119
}
120
121
#[cfg(not(target_arch =
"wasm32"
))]
122
fn pop_route_impl() -> bool {
Callers
1
push_route
Function · 0.85
Calls
2
normalize_href_impl
Function · 0.85
set_pending_route_change
Function · 0.85
Tested by
no test coverage detected