(t_2)
| 249 | return 0; |
| 250 | } |
| 251 | function _temp8(t_2) { |
| 252 | return { |
| 253 | name: t_2.identity.agentName, |
| 254 | color: getAgentThemeColor(t_2.identity.color), |
| 255 | isIdle: t_2.isIdle, |
| 256 | taskId: t_2.id |
| 257 | }; |
| 258 | } |
| 259 | function _temp7(a, b) { |
| 260 | return a.identity.agentName.localeCompare(b.identity.agentName); |
| 261 | } |
nothing calls this directly
no test coverage detected