Skip to main content

reintern_plain_directives

Function reintern_plain_directives 

Source
pub fn reintern_plain_directives(directives: &mut [Directive]) -> usize
Expand description

Re-intern strings in a slice of plain directives (without Spanned wrapper).

Used by WASM caching where Spanned<Directive> is not present.