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

Function first_title

perro_website/build.rs:371–375  ·  view source on GitHub ↗
(markdown: &str)

Source from the content-addressed store, hash-verified

369fn collect_markdown(
370 collection: &str,
371 root: &Path,
372 dir: &Path,
373 out: &mut Vec<DocOut>,
374) -> io::Result<()> {
375 for entry in fs::read_dir(dir)? {
376 let path = entry?.path();
377 if path.is_dir() {
378 collect_markdown(collection, root, &path, out)?;

Callers 1

push_docFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected