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

Function doc_priority

perro_website/src/main.rs:356–364  ·  view source on GitHub ↗
(doc: &perro_website_lib::docs::DocPage)

Source from the content-addressed store, hash-verified

354
355 (
356 [(
357 axum::http::header::CONTENT_TYPE,
358 "application/xml; charset=utf-8",
359 )],
360 xml,
361 )
362}
363
364#[cfg(feature = "ssr")]
365struct SitemapUrl {
366 path: String,
367 changefreq: &'static str,

Callers 1

sitemap_xmlFunction · 0.85

Calls 1

containsMethod · 0.45

Tested by

no test coverage detected