MCPcopy Create free account
hub / github.com/PerroEngine/Perro / get_args

Function get_args

perro_source/api_modules/perro_web/src/lib.rs:78–80  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

76}
77
78pub fn get_args() -> Option<Vec<String>> {
79 get_args_impl()
80}
81
82pub fn push_route(href: &str) -> bool {
83 push_route_impl(href)

Callers

nothing calls this directly

Calls 1

get_args_implFunction · 0.85

Tested by

no test coverage detected