Hex.Scanner (LowEndInsight v0.6.5) View Source
Scanner scans for mix dependencies to run analysis on.
Link to this section Summary
Functions
scan: takes in a path to mix dependencies and returns the dependencies mapped to their analysis and the number of dependencies.
Link to this section Functions
Specs
scan(boolean(), map()) :: {[], 0}
scan(boolean(), %{node: []}) :: {[any()], non_neg_integer()}
scan: takes in a path to mix dependencies and returns the dependencies mapped to their analysis and the number of dependencies.