(file: string)
| 103 | } |
| 104 | |
| 105 | const withPrefix = (file: string) => |
| 106 | options.prefix ? options.prefix + file : file; |
| 107 | |
| 108 | let entries = Object.entries(result.files); |
| 109 | const mainFile = getMainContractFile(entries, result.info); |
no outgoing calls
no test coverage detected