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

Function current_href

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

Source from the content-addressed store, hash-verified

72}
73
74pub fn current_href() -> Option<String> {
75 current_href_impl()
76}
77
78pub fn get_args() -> Option<Vec<String>> {
79 get_args_impl()

Callers 1

initial_route_sceneMethod · 0.85

Calls 1

current_href_implFunction · 0.85

Tested by

no test coverage detected