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.