Skip to main content

handoffs

Function handoffs 

Source
pub async fn handoffs(
    store: &impl EventStore,
    workspace_id: Option<&str>,
    limit: Option<u32>,
) -> Result<Vec<HandoffSummary>>