(group: GroupEntry)
| 104 | } |
| 105 | |
| 106 | function getGroupOptions(group: GroupEntry): GroupOptions | undefined { |
| 107 | return Array.isArray(group) ? group[1] : undefined |
| 108 | } |
| 109 | |
| 110 | function doesFileMatchRegex(filePath: string, pattern: string): boolean { |
| 111 | try { |
no outgoing calls
no test coverage detected