pub fn diff_snapshot_to_source(
snapshot: &Path,
source: &Path,
options: &BuildOptions,
) -> Result<DiffResult, GitClosureError>Expand description
Compares a snapshot file against a live source directory.
This parses the left .gcl snapshot and collects the right-hand entries
directly from source using the same build-time file selection rules.