Skip to main content

load_once

Function load_once 

Source
fn load_once<R: Runtime>(
    dirmgr: &Arc<DirMgr<R>>,
    state: &mut Box<dyn DirState>,
    attempt_id: AttemptId,
    changed_out: &mut bool,
) -> Result<()>
Expand description

Try to update state by loading cached information from dirmgr.