Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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"
))]
112
fn get_args_impl() -> Option<Vec<String>> {
113
None
114
}
115
116
#[cfg(not(target_arch =
"wasm32"
))]
117
fn push_route_impl(_: &str) -> bool {
Callers
1
get_args
Function · 0.85
Calls
2
split_query_args_impl
Function · 0.85
ok
Method · 0.80
Tested by
no test coverage detected