Function handle_get_many

Source
pub async fn handle_get_many(
    store: Store,
    request: GetManyRequest,
    writer: &mut ProgressWriter,
) -> Result<()>
Expand description

Handle a single get request.

Requires a database, the request, and a writer.