Skip to main content

is_responsible_source

Function is_responsible_source 

Source
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.