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

Function compareTools

packages/plugins/toolkits/src/page.tsx:294–295  ·  view source on GitHub ↗
(a: ToolRow, b: ToolRow)

Source from the content-addressed store, hash-verified

292};
293
294const compareTools = (a: ToolRow, b: ToolRow): number =>
295 String(a.name).localeCompare(String(b.name)) || toolMatchId(a).localeCompare(toolMatchId(b));
296
297const connectionTitle = (group: ToolkitConnectionGroup): string =>
298 `${ownerLabel(group.owner)} ${group.integration} / ${group.connection}`;

Callers

nothing calls this directly

Calls 1

toolMatchIdFunction · 0.85

Tested by

no test coverage detected