Skip to main content

apply_edits

Function apply_edits 

Source
pub(super) fn apply_edits<'a>(
    data: &'a [u8],
    exported: &FxHashSet<String>,
    hide: bool,
    rename: Option<&(FxHashSet<String>, &str)>,
) -> Cow<'a, [u8]>