async fn run_image_objects<ObjectID: FsVerityHashValue>(
repo: &Repository<ObjectID>,
name: String,
) -> Result<ImageObjectsReply, RepositoryError>Expand description
Collect the objects referenced by an image.
async fn run_image_objects<ObjectID: FsVerityHashValue>(
repo: &Repository<ObjectID>,
name: String,
) -> Result<ImageObjectsReply, RepositoryError>Collect the objects referenced by an image.