(name: SetupAgent)
| 271 | }; |
| 272 | |
| 273 | export function getAgent(name: SetupAgent): AgentConfig { |
| 274 | return agents[name]; |
| 275 | } |
| 276 | |
| 277 | export const ALL_AGENT_NAMES: SetupAgent[] = Object.keys(agents) as SetupAgent[]; |
| 278 |
no outgoing calls
no test coverage detected