Skip to main content

upsert_channel_in_memory

Function upsert_channel_in_memory 

Source
pub fn upsert_channel_in_memory(
    channels: &mut HashMap<String, Channel>,
    key: &str,
    entry: &ChannelEntry,
)
Expand description

Insert or update a channel entry in memory only (no DB write).