(tools: readonly ToolSnapshot[], name: string)
| 478 | // Lock the channels that flow today; the artifact is the review |
| 479 | // surface for the ones that don't (yet). |
| 480 | const byName = (tools: readonly ToolSnapshot[], name: string) => |
| 481 | tools.find((tool) => tool.name === name); |
| 482 | |
| 483 | const getOrder = byName(openapiTools, "orders.getOrder"); |
| 484 | expect(getOrder?.listDescription, "operation description reaches the tool").toBe( |
no outgoing calls
no test coverage detected