(this: AnyWithProps, tag: HttpApiMiddleware.AnyService)
| 155 | this: Top, |
| 156 | api: Top |
| 157 | ) { |
| 158 | const newGroups = { ...this.groups } |
| 159 | for (const key of Object.keys(api.groups)) { |
| 160 | const group = api.groups[key] |
| 161 | InternalRecord.assignProperty( |
| 162 | newGroups, |
| 163 | key, |
| 164 | group.annotateMerge(Context.merge(api.annotations, group.annotations)) |
| 165 | ) |
| 166 | } |
no test coverage detected
searching dependent graphs…