(file: HttpImportFile, raw: UnknownRecord)
| 129 | } |
| 130 | |
| 131 | function getCollectionName(file: HttpImportFile, raw: UnknownRecord): string { |
| 132 | const info = getInfo(raw) |
| 133 | return normalizeImportName(info.title, basename(file.name)) |
| 134 | } |
| 135 | |
| 136 | function getDescription(operation: UnknownRecord): string { |
| 137 | return asString(operation.description || operation.summary) |
no test coverage detected