Skip to main content

list_runs

Function list_runs 

Source
pub fn list_runs(query: &RunsQuery) -> Result<RunsListing, Error>
Expand description

Read every fire the query selects.

Read-only: every store is opened SQLITE_OPEN_READ_ONLY, and no fire is claimed, retried, or pruned.