pub fn execute_plan_effects(
plan: &QaPlanV1,
store_ctx: &mut StoreContext,
secrets_policy: Option<&SecretsPolicy>,
secrets_host_available: bool,
) -> Result<(), StoreError>Expand description
Executes plan effects into the provided store context value.