(this: Top, prefix: PathInput)
| 170 | }) |
| 171 | }, |
| 172 | prefix(this: Top, prefix: PathInput) { |
| 173 | return makeProto({ |
| 174 | ...optionsFromApi(this), |
| 175 | groups: Record.map(this.groups, (group) => group.prefix(prefix)) |
| 176 | }) |
| 177 | }, |
| 178 | middleware(this: Top, tag: HttpApiMiddleware.AnyService) { |
| 179 | return makeProto({ |
| 180 | ...optionsFromApi(this), |
nothing calls this directly
no test coverage detected