Skip to main content

combine_traced_files

Function combine_traced_files 

Source
pub fn combine_traced_files(
    primary: Vc<FileSystemPathVec>,
    extra: Vc<FileSystemPathVec>,
) -> Vc<FileSystemPathVec>
Expand description

Merges two sets of traced modules into one. Used to combine per-route traced modules with shared modules (e.g. _app, _document) at report generation time.