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

Function formatDisplayName

src/utils/swift-test-discovery.ts:129–135  ·  view source on GitHub ↗
(
  targetName: string,
  typeName: string | undefined,
  methodName: string,
)

Source from the content-addressed store, hash-verified

127}
128
129function formatDisplayName(
130 targetName: string,
131 typeName: string | undefined,
132 methodName: string,
133): string {
134 return `${targetName}/${typeName ?? 'Global'}/${methodName}`;
135}
136
137function discoverTestsInFileContent(
138 targetName: string,

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected