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

Function _temp9

src/components/tasks/BackgroundTaskStatus.tsx:245–250  ·  view source on GitHub ↗
(a_0, b_0)

Source from the content-addressed store, hash-verified

243 };
244}
245function _temp9(a_0, b_0) {
246 if (a_0.isIdle !== b_0.isIdle) {
247 return a_0.isIdle ? 1 : -1;
248 }
249 return 0;
250}
251function _temp8(t_2) {
252 return {
253 name: t_2.identity.agentName,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected