| 14 | ) |
| 15 | |
| 16 | type Scanner struct { |
| 17 | categories map[types.LicenseCategory]set.Set[string] |
| 18 | } |
| 19 | |
| 20 | func NewScanner(categories map[types.LicenseCategory][]string) Scanner { |
| 21 | return Scanner{ |
nothing calls this directly
no outgoing calls
no test coverage detected