MCPcopy 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
82pub fn push_route(href: &str) -> bool {
83 push_route_impl(href)
84}
85
86pub fn pop_route() -> bool {
87 pop_route_impl()

Callers 2

Calls 1

push_route_implFunction · 0.85

Tested by

no test coverage detected