pub fn load_inputs(
store: &Store,
workspace_root: &Path,
workspace_key: &str,
window_start_ms: u64,
window_end_ms: u64,
) -> Result<Inputs>Expand description
Load retro inputs after the store has been refreshed (e.g. maybe_scan_all_agents with refresh: true or scan_all_agents).