Function wrap_edge_entry

Source
pub fn wrap_edge_entry(
    asset_context: Vc<Box<dyn AssetContext>>,
    project_root: Vc<FileSystemPath>,
    entry: Vc<Box<dyn Module>>,
    pathname: RcStr,
) -> Vc<Box<dyn Module>>