fn dump_sources(
meta: &Metadata,
root: &PathBuf,
no_reorg: bool,
) -> Result<Vec<RelativeRemapping>>
Expand description
Dump the contract sources to the root directory.
The sources are dumped to the src
directory.
IO errors may be returned.
A list of remappings is returned