# `Hex.Scanner`
[🔗](https://github.com/gtri/lowendinsight/blob/main/lib/hex/hex_scanner.ex#L5)

Scanner scans for mix dependencies to run analysis on.

# `scan`

```elixir
@spec 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.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
