Skip to main content

load_history

Function load_history 

Source
pub fn load_history(
    workspace: &Path,
    now_ms: u64,
) -> Result<(HashMap<String, FileHistory>, Vec<RepoEdge>)>