MCPcopy Index your code
hub / github.com/getsentry/XcodeBuildMCP / normalizeName

Function normalizeName

src/utils/tool-registry.ts:89–91  ·  view source on GitHub ↗
(name: string)

Source from the content-addressed store, hash-verified

87};
88
89function normalizeName(name: string): string {
90 return name.trim().toLowerCase();
91}
92
93function getForceExposedToolAliases(env: NodeJS.ProcessEnv = process.env): Set<string> {
94 const value = env.XCODEBUILDMCP_TEST_FORCE_TOOL_EXPOSURE;

Callers 4

buildToolAliasMapFunction · 0.85
shouldExposeToolFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected