MCPcopy 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
94pub fn init_router() -> bool {
95 init_router_impl()
96}
97
98pub fn split_href(href: &str) -> Vec<String> {
99 split_href_impl(href)

Calls 1

init_router_implFunction · 0.85

Tested by

no test coverage detected