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

Function connectionCountLabel

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

Source from the content-addressed store, hash-verified

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

Callers 1

ToolkitTileFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected