pub(super) async fn replace_channel_content( env: &MountainEnvironment, channel_identifier: String, value: String, ) -> Result<(), CommonError>
Replaces the entire content of an output channel.