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

Function normalize_href

perro_source/api_modules/perro_web/src/lib.rs:70–72  ·  view source on GitHub ↗
(href: &str)

Source from the content-addressed store, hash-verified

68}
69
70pub fn normalize_href(href: &str) -> String {
71 normalize_href_impl(href)
72}
73
74pub fn current_href() -> Option<String> {
75 current_href_impl()

Callers

nothing calls this directly

Calls 1

normalize_href_implFunction · 0.85

Tested by

no test coverage detected