Skip to main content

read

Function read 

Source
pub fn read(id: &str, ims: &Image) -> Result<ImageSessionMetadata, MantaError>
Expand description

Read the CFS-derived provenance metadata back from an IMS image.

id must match ims.id; this is a guard so callers can’t pass a mismatched image by accident.

§Errors