Function
annotate
(this: AnyWithProps, key: Context.Key<any, any>, value: any)
Source from the content-addressed store, hash-verified
| 162 | newGroups, |
| 163 | key, |
| 164 | group.annotateMerge(Context.merge(api.annotations, group.annotations)) |
| 165 | ) |
| 166 | } |
| 167 | return makeProto({ |
| 168 | ...optionsFromApi(this), |
| 169 | groups: newGroups |
| 170 | }) |
| 171 | }, |
| 172 | prefix(this: Top, prefix: PathInput) { |
| 173 | return makeProto({ |
Callers
nothing calls this directly
Tested by
no test coverage detected
Used in the wild real call sites across dependent graphs
searching dependent graphs…