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

Function get_args_impl

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

Source from the content-addressed store, hash-verified

110
111#[cfg(not(target_arch = "wasm32"))]
112fn get_args_impl() -> Option<Vec<String>> {
113 None
114}
115
116#[cfg(not(target_arch = "wasm32"))]
117fn push_route_impl(_: &str) -> bool {

Callers 1

get_argsFunction · 0.85

Calls 2

split_query_args_implFunction · 0.85
okMethod · 0.80

Tested by

no test coverage detected