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

Function sync_dir

perro_website/build.rs:200–206  ·  view source on GitHub ↗
(src: &Path, dst: &Path)

Source from the content-addressed store, hash-verified

198 }
199 let Some(target_doc) = routes.get(path).copied() else {
200 failures.push(format!(
201 "{} links to missing route {path}",
202 source.route_path
203 ));
204 return;
205 };
206 if let Some(fragment) = fragment {
207 if !fragment.is_empty()
208 && !target_doc
209 .headings

Callers 1

build_and_sync_demoFunction · 0.85

Calls 1

copy_dirFunction · 0.85

Tested by

no test coverage detected