pub fn is_responsible_source(
project_root: &Path,
params: &SourceResponsibilityInput,
) -> Result<SourceResponsibility, String>Expand description
Determines whether a path belongs to source this engine can analyze.
ยงErrors
Returns an error if the path is invalid or escapes the project root.