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

Function collect_demo_doc

perro_website/build.rs:238–243  ·  view source on GitHub ↗
(root: &Path, slug: &str, path: &Path, out: &mut Vec<DocOut>)

Source from the content-addressed store, hash-verified

236 .with_web_output_dir(WebOutputDir::Build),
237 )
238 .map_err(|err| io::Error::other(format!("{project_name} web build failed: {err}")))?;
239 }
240
241 if bundle_complete(&output_dir) {
242 sync_dir(&output_dir, &public_dir)?;
243 }
244 Ok(())
245}
246

Callers 1

mainFunction · 0.85

Calls 1

push_docFunction · 0.85

Tested by

no test coverage detected