(operation: UnknownRecord)
| 134 | } |
| 135 | |
| 136 | function getDescription(operation: UnknownRecord): string { |
| 137 | return asString(operation.description || operation.summary) |
| 138 | } |
| 139 | |
| 140 | function getRequestName( |
| 141 | operation: UnknownRecord, |
no test coverage detected