Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
}
Callers
1
api_ref_headings_match_compiled_api_names
Function · 0.85
Calls
no outgoing calls
Tested by
1
api_ref_headings_match_compiled_api_names
Function · 0.68