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

Function _temp2

src/components/LogoV2/ChannelsNotice.tsx:170–172  ·  view source on GitHub ↗
(c)

Source from the content-addressed store, hash-verified

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}
173function _temp() {
174 const ch = getAllowedChannels();
175 if (ch.length === 0) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected