(api: Top)
| 196 | } |
| 197 | |
| 198 | const optionsFromApi = (api: Top) => ({ |
| 199 | identifier: api.identifier, |
| 200 | groups: api.groups, |
| 201 | annotations: api.annotations |
| 202 | }) |
| 203 | |
| 204 | const makeProto = <Id extends string, Groups extends HttpApiGroup.Constraint>( |
| 205 | options: { |
no outgoing calls
no test coverage detected