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

Function _temp3

src/components/LogoV2/ChannelsNotice.tsx:167–169  ·  view source on GitHub ↗
(u)

Source from the content-addressed store, hash-verified

165 return <Text key={`${formatEntry(u_0.entry)}:${u_0.why}`} color="warning">{formatEntry(u_0.entry)} · {u_0.why}</Text>;
166}
167function _temp3(u) {
168 return <Text key={`${formatEntry(u.entry)}:${u.why}`} color="warning">{formatEntry(u.entry)} · {u.why}</Text>;
169}
170function _temp2(c) {
171 return !c.dev;
172}

Callers

nothing calls this directly

Calls 1

formatEntryFunction · 0.85

Tested by

no test coverage detected