Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
}
199
function formatEntry(c: ChannelEntry): string {
200
return c.kind ===
'plugin'
? `plugin:${c.name}@${c.marketplace}` : `server:${c.name}`;
201
}
202
type Unmatched = {
203
entry: ChannelEntry;
204
why: string;
Callers
2
_temp4
Function · 0.85
_temp3
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected