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

Function _temp1

src/components/tasks/BackgroundTaskStatus.tsx:235–238  ·  view source on GitHub ↗
(pill_0, i_0)

Source from the content-addressed store, hash-verified

233 return t11;
234}
235function _temp1(pill_0, i_0) {
236 const pillText = `@${pill_0.name}`;
237 return stringWidth(pillText) + (i_0 > 0 ? 1 : 0);
238}
239function _temp0(pill, i) {
240 return {
241 ...pill,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected