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

Function _temp

src/components/teams/TeamsDialog.tsx:544–546  ·  view source on GitHub ↗
(prev)

Source from the content-addressed store, hash-verified

542 return <Text key={task_0.id} color={task_0.status === "completed" ? "success" : undefined}>{task_0.status === "completed" ? figures.tick : "\u25FC"}{" "}{task_0.subject}</Text>;
543}
544function _temp(prev) {
545 return !prev;
546}
547async function killTeammate(paneId: string, backendType: PaneBackendType | undefined, teamName: string, teammateId: string, teammateName: string, setAppState: (f: (prev: AppState) => AppState) => void): Promise<void> {
548 // Kill the pane using the backend that created it (handles -s / -L flags correctly).
549 // Wrapped in try/catch so cleanup (removeMemberFromTeam, unassignTeammateTasks,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected