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

Function formatSummaryValue

src/cli/commands/setup.ts:139–145  ·  view source on GitHub ↗
(value: unknown)

Source from the content-addressed store, hash-verified

137}
138
139function formatSummaryValue(value: unknown): string {
140 if (value === undefined) {
141 return '(not set)';
142 }
143
144 return JSON.stringify(value);
145}
146
147function relativePathOrAbsolute(absolutePath: string, cwd: string): string {
148 const relative = path.relative(cwd, absolutePath);

Callers 1

getChangedFieldsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected