(this: Top, annotations: Context.Context<never>)
| 188 | }) |
| 189 | }, |
| 190 | annotateMerge(this: Top, annotations: Context.Context<never>) { |
| 191 | return makeProto({ |
| 192 | ...optionsFromApi(this), |
| 193 | annotations: Context.merge(this.annotations, annotations) |
| 194 | }) |
| 195 | } |
| 196 | } |
| 197 | |
| 198 | const optionsFromApi = (api: Top) => ({ |
nothing calls this directly
no test coverage detected