Skip to main content

apply_runtime_event_to_entries

Function apply_runtime_event_to_entries 

Source
pub fn apply_runtime_event_to_entries(
    entries: &mut Vec<ChatEntry>,
    seq: u64,
    recorded_at_ms: Option<i64>,
    runtime: RuntimeEvent,
) -> Option<RuntimeEvent>
Expand description

Apply the transcript-visible part of one persisted runtime event. Returns the event again when it only configures the session surface, which is the chat view’s business rather than the transcript’s.