pub fn apply_validated_patch_from(
current: &MissionConfig,
patch: &Value,
source: PatchSource,
) -> Result<MissionConfig>Expand description
apply_validated_patch with the patch’s origin declared, so the
consent-bearing keys can be refused when the patch came off the
unauthenticated control inbox.