Function sourcemap::decode [] [src]

pub fn decode<R: Read>(rdr: R) -> Result<DecodedMap>

Decodes a sourcemap or sourcemap index from a reader

This supports both sourcemaps and sourcemap indexes unless the specialized methods on the individual types.