Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PerroEngine/Perro
/ init_router
Function
init_router
perro_source/api_modules/perro_web/src/lib.rs:94–96 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
92
}
93
94
pub fn init_router() -> bool {
95
init_router_impl()
96
}
97
98
pub fn split_href(href: &str) -> Vec<String> {
99
split_href_impl(href)
Callers
5
run_dev_project_from_path
Function · 0.85
run_static_project_from_path
Function · 0.85
run_static_embedded_project
Function · 0.85
run_static_embedded_project_android
Function · 0.85
run_static_embedded_project_web
Function · 0.85
Calls
1
init_router_impl
Function · 0.85
Tested by
no test coverage detected