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

Function formatEntry

src/components/LogoV2/ChannelsNotice.tsx:199–201  ·  view source on GitHub ↗
(c: ChannelEntry)

Source from the content-addressed store, hash-verified

197 };
198}
199function formatEntry(c: ChannelEntry): string {
200 return c.kind === 'plugin' ? `plugin:${c.name}@${c.marketplace}` : `server:${c.name}`;
201}
202type Unmatched = {
203 entry: ChannelEntry;
204 why: string;

Callers 2

_temp4Function · 0.85
_temp3Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected