async fn run_inspect<ObjectID: FsVerityHashValue>(
repo: &Repository<ObjectID>,
image: String,
) -> Result<OciInspectReply, OciError>Expand description
Inspect a single OCI image.
async fn run_inspect<ObjectID: FsVerityHashValue>(
repo: &Repository<ObjectID>,
image: String,
) -> Result<OciInspectReply, OciError>Inspect a single OCI image.