(group: string, endpoint: string)
| 538 | } |
| 539 | |
| 540 | function promiseTypePrefix(group: string, endpoint: string) { |
| 541 | return `${identifierPart(group)}${identifierPart(endpoint)}` |
| 542 | } |
| 543 | |
| 544 | function clientEndpointName(name: string) { |
| 545 | return name.slice(name.lastIndexOf(".") + 1) |
no test coverage detected