Skip to main content

handle_get

Function handle_get 

Source
pub async fn handle_get(
    task_mgr: &impl TaskBackend,
    id: i64,
    with_events: bool,
    with_context: bool,
    format: String,
) -> Result<()>