pub fn process_checkpoint(
store: &mut Store,
repo_id: &str,
fs: &dyn FileSystem,
root: &Path,
paths: &[String],
ts: &str,
git_head: Option<&str>,
config: &Config,
) -> Result<CheckpointResult>Expand description
§4.1 process_checkpoint: read each path under root (None when
absent), observe_batch, record the checkpoint.