pub fn build_incremental_task_seed(
repository: &WatchedRepository,
changed_paths: &[PathBuf],
content_fingerprint: u64,
now_ms: u64,
) -> Option<CodeIndexTaskSeed>Expand description
Builds a worktree task pinned to the repository’s last clean indexed base.