pub fn noop_roundtrip_holds(
cx: &mut Cx,
codec: &dyn SurfaceCodec,
value: &Expr,
) -> Result<bool>Expand description
The weaker no-op reversibility check: decoding a noop_intent proposes no
change. True for any editor that honors cancel, so it cannot stand in for
roundtrip_holds – keep both.