| 17 | ) |
| 18 | |
| 19 | type Sca interface { |
| 20 | Language() model.Language |
| 21 | Filter(relpath string) bool |
| 22 | Sca(ctx context.Context, parent *model.File, files []*model.File, call model.ResCallback) |
| 23 | } |
| 24 | |
| 25 | var AllSca = []Sca{ |
| 26 | python.Sca{}, |
no outgoing calls
no test coverage detected