Module ChannelContent

Module ChannelContent 

Source
Expand description

ยงOutput Channel Content Helpers

Internal helper functions for output channel content manipulation. These are not public API - they are called by the main provider implementation.

Functionsยง

append_to_channel ๐Ÿ”’
Appends text to an output channel. Includes buffer size validation to prevent memory exhaustion.
clear_channel ๐Ÿ”’
Clears all content from an output channel.
replace_channel_content ๐Ÿ”’
Replaces the entire content of an output channel.