Skip to main content

deny_paths

Function deny_paths 

Source
pub fn deny_paths(
    graph: &Graph,
    name: &str,
    allowed: &HashSet<EdgeKind>,
) -> Option<Violation>
Expand description

Evaluate --deny NAME: a violation when name resolves anywhere reachable from the workspace members over allowed edges.