Skip to main content

add_event

Function add_event 

Source
pub fn add_event(
    state: &Arc<Mutex<GraphState>>,
    event_type: &str,
    message: &str,
)
Expand description

Adds an event to the shared graph state.