Npm.Scanner.scan
You're seeing just the function
scan
, go back to Npm.Scanner module for more information.
Specs
scan(boolean(), map()) :: {[], [], 0}
scan(boolean(), %{node: []}) :: {[any()], [any()], non_neg_integer()}
scan: called when node? is false, returning an empty list and 0
scan: takes in a path to node dependencies and returns the dependencies mapped to their analysis and the number of dependencies