pub fn is_declared_connector_module(harn_file: &Path) -> boolExpand description
Whether the nearest harn.toml names harn_file under any
[[providers]] connector = { harn = ... }.
Both sides are canonicalized so a relative manifest entry and an absolute walk path compare equal; a path that cannot be canonicalized (it may not exist yet) falls back to itself, which simply fails to match.