Function bundler::fetch_initial_bundle
source ยท pub(crate) async fn fetch_initial_bundle(
static_data: &[StaticDataGlob],
ispyb_pool: &MySqlPool,
) -> Result<Arc<RwLock<BundleFile<NoMetadata>>>, Error>
Expand description
Fetches the initial Bundle
from ISPyB and any static files, and produces the corresponding
BundleFile