Skip to main content

get_run

Function get_run 

Source
pub fn get_run(
    harness: &str,
    id: &str,
    homes: &HarnessHomes,
) -> Result<Option<(HarnessRun, Value)>>
Expand description

Read one fire by harness and id, with the verbatim native record beside the uniform row. Ok(None) means the harness’s stores hold no such run.