scanForDepsWithHint wraps scanner.ScanForDeps (extracted for testability).
(root string)
| 447 | |
| 448 | // scanForDepsWithHint wraps scanner.ScanForDeps (extracted for testability). |
| 449 | func scanForDepsWithHint(root string) ([]FileAnalysis, error) { |
| 450 | return scanner.ScanForDeps(root) |
| 451 | } |
| 452 | |
| 453 | // runDepsFromStdin reads a JSON manifest from stdin, writes files to a temp |
| 454 | // directory, runs ast-grep on it, and returns the results with paths matching |
no test coverage detected