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

Function _temp0

src/components/tasks/BackgroundTaskStatus.tsx:239–244  ·  view source on GitHub ↗
(pill, i)

Source from the content-addressed store, hash-verified

237 return stringWidth(pillText) + (i_0 > 0 ? 1 : 0);
238}
239function _temp0(pill, i) {
240 return {
241 ...pill,
242 idx: i
243 };
244}
245function _temp9(a_0, b_0) {
246 if (a_0.isIdle !== b_0.isIdle) {
247 return a_0.isIdle ? 1 : -1;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected