pub fn current_sources(
root: &Path,
manifest: &InputManifest,
) -> Result<Inputs, String>Expand description
Read project files only when their exact bytes still match the run manifest. This is source identity checking, not semantic dependency analysis.