pub fn update_state_locked(
st: &mut ExecutionState,
key: &str,
new_state: PackageState,
)Expand description
Update a package state inside an in-memory execution state.
pub fn update_state_locked(
st: &mut ExecutionState,
key: &str,
new_state: PackageState,
)Update a package state inside an in-memory execution state.