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

Function EffortIndicatorSymbol

src/components/EffortCallout.tsx:162–184  ·  view source on GitHub ↗
(t0)

Source from the content-addressed store, hash-verified

160 markV2Dismissed();
161}
162function EffortIndicatorSymbol(t0) {
163 const $ = _c(4);
164 const {
165 level
166 } = t0;
167 let t1;
168 if ($[0] !== level) {
169 t1 = effortLevelToSymbol(level);
170 $[0] = level;
171 $[1] = t1;
172 } else {
173 t1 = $[1];
174 }
175 let t2;
176 if ($[2] !== t1) {
177 t2 = <Text color="suggestion">{t1}</Text>;
178 $[2] = t1;
179 $[3] = t2;
180 } else {
181 t2 = $[3];
182 }
183 return t2;
184}
185function EffortOptionLabel(t0) {
186 const $ = _c(5);
187 const {

Callers

nothing calls this directly

Calls 1

effortLevelToSymbolFunction · 0.85

Tested by

no test coverage detected