We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12cdbf5 commit 41c9cfbCopy full SHA for 41c9cfb
src/imageproxy.rs
@@ -491,7 +491,10 @@ impl ImageProxy {
491
492
///Returns data that can be used to find the "diffid" corresponding to a particular layer.
493
#[instrument]
494
- pub async fn get_layer_info(&self, img: &OpenedImage) -> Result<Option<Vec<ConvertedLayerInfo>>> {
+ pub async fn get_layer_info(
495
+ &self,
496
+ img: &OpenedImage,
497
+ ) -> Result<Option<Vec<ConvertedLayerInfo>>> {
498
tracing::debug!("Getting layer info");
499
if !LAYER_INFO_PROTO_VERSION.matches(&self.protover) {
500
return Ok(None);
0 commit comments