foundry_compilers_core::utils

Function is_local_source_name

source
pub fn is_local_source_name(
    libs: &[impl AsRef<Path>],
    source: impl AsRef<Path>,
) -> bool
Expand description

Attempts to determine if the given source is a local, relative import.