MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / connectionCountLabel

Function connectionCountLabel

packages/plugins/toolkits/src/page.tsx:451–452  ·  view source on GitHub ↗
(count: number)

Source from the content-addressed store, hash-verified

449}
450
451const connectionCountLabel = (count: number): string =>
452 count === 0 ? "No connections" : `${count} ${count === 1 ? "connection" : "connections"}`;
453
454function ToolkitTile(props: { showOwnerLabels: boolean; toolkit: ToolkitResponse }) {
455 const toolkit = props.toolkit;

Callers 1

ToolkitTileFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected