MCPcopy Create free account
hub / github.com/codeaashu/claude-code / _temp8

Function _temp8

src/components/tasks/BackgroundTaskStatus.tsx:251–258  ·  view source on GitHub ↗
(t_2)

Source from the content-addressed store, hash-verified

249 return 0;
250}
251function _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}
259function _temp7(a, b) {
260 return a.identity.agentName.localeCompare(b.identity.agentName);
261}

Callers

nothing calls this directly

Calls 1

getAgentThemeColorFunction · 0.85

Tested by

no test coverage detected