Skip to main content

parse_wrapped

Function parse_wrapped 

Source
pub fn parse_wrapped(
    wrapped: &str,
    base_ref: u64,
) -> Result<IndexMap<String, Element>, MpsError>
Expand description

Parse a pre-wrapped string. Exported for tests that supply in-memory content.