(...names: string[])
| 114 | } |
| 115 | |
| 116 | function functionNameBasedMatcher(...names: string[]) { |
| 117 | return matcher(functionNameBasedFinder(...names)); |
| 118 | } |
| 119 | |
| 120 | const functionFinder = functionNameBasedFinder("defn", "defmacro"); |
| 121 |
no test coverage detected