(deps map[string]bool, name string)
| 442 | } |
| 443 | |
| 444 | func hasDep(deps map[string]bool, name string) bool { |
| 445 | return deps[name] |
| 446 | } |
| 447 | |
| 448 | func findCsprojContent(dir string) (string, bool) { |
| 449 | entries, err := os.ReadDir(dir) |
no outgoing calls
no test coverage detected