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

Function api_ref_headings

perro_website/src/docs.rs:452–454  ·  view source on GitHub ↗
(markdown: &str)

Source from the content-addressed store, hash-verified

450 let marker = format!("id=\"{}\"", heading.id);
451 if !doc.html.contains(&marker) {
452 failures.push(format!(
453 "{} renders no id for heading `{}`",
454 doc.slug, heading.id
455 ));
456 }
457 }

Calls

no outgoing calls