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

Function compareTools

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

toolMatchIdFunction · 0.85

Tested by

no test coverage detected