(mode string)
| 146 | } |
| 147 | |
| 148 | func grepOutputMode(mode string) string { |
| 149 | if mode == "" { |
| 150 | return "files_with_matches" |
| 151 | } |
| 152 | return mode |
| 153 | } |
| 154 | |
| 155 | func grepHeadLimit(limit *int) *int { |
| 156 | if limit != nil { |
no outgoing calls
no test coverage detected