pub(crate) fn make_requests_for_documents<R: Runtime>(
rt: &R,
docs: &[DocId],
store: &dyn Store,
config: &DirMgrConfig,
) -> Result<Vec<ClientRequest>>Expand description
Construct a set of ClientRequests in order to fetch the documents in docs.