* Add an annotation to the tool.
(tag: Context.Key<I, S>, value: S)
| 347 | * Add an annotation to the tool. |
| 348 | */ |
| 349 | annotate<I, S>(tag: Context.Key<I, S>, value: S): Tool<Name, Config, Requirements> |
| 350 | |
| 351 | /** |
| 352 | * Add many annotations to the tool. |
no outgoing calls
no test coverage detected