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

Function connectionTitleForHost

packages/plugins/toolkits/src/page.tsx:301–302  ·  view source on GitHub ↗
(group: ToolkitConnectionGroup, showOwnerLabels: boolean)

Source from the content-addressed store, hash-verified

299 `${ownerLabel(group.owner)} ${group.integration} / ${group.connection}`;
300
301const connectionTitleForHost = (group: ToolkitConnectionGroup, showOwnerLabels: boolean): string =>
302 showOwnerLabels ? connectionTitle(group) : `${group.integration} / ${group.connection}`;
303
304const connectionDisplayTitle = (group: ToolkitConnectionGroup, meta: IntegrationMeta): string =>
305 group.connection === "built-in" || group.connection === "default" ? meta.name : group.connection;

Callers 1

AddConnectionDialogFunction · 0.85

Calls 1

connectionTitleFunction · 0.85

Tested by

no test coverage detected