MCPcopy Create free account
hub / github.com/codeaashu/claude-code / byName

Function byName

src/utils/toolPool.ts:69–69  ·  view source on GitHub ↗
(a: Tool, b: Tool)

Source from the content-addressed store, hash-verified

67 isMcpTool,
68 )
69 const byName = (a: Tool, b: Tool) => a.name.localeCompare(b.name)
70 const tools = [...builtIn.sort(byName), ...mcp.sort(byName)]
71
72 if (feature('COORDINATOR_MODE') && coordinatorModeModule) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected