Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PerroEngine/Perro
/ push_route
Function
push_route
perro_source/api_modules/perro_web/src/lib.rs:82–84 ·
view source on GitHub ↗
(href: &str)
Source
from the content-addressed store, hash-verified
80
}
81
82
pub fn push_route(href: &str) -> bool {
83
push_route_impl(href)
84
}
85
86
pub fn pop_route() -> bool {
87
pop_route_impl()
Callers
2
process_button_2d_web_action
Method · 0.85
process_button_web_action
Method · 0.85
Calls
1
push_route_impl
Function · 0.85
Tested by
no test coverage detected