append_to_channel

Function append_to_channel 

Source
pub(super) async fn append_to_channel(
    env: &MountainEnvironment,
    channel_identifier: String,
    value: String,
) -> Result<(), CommonError>
Expand description

Appends text to an output channel. Includes buffer size validation to prevent memory exhaustion.