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

Function renderTranscript

src/rendering/render.ts:198–207  ·  view source on GitHub ↗
(
  input: RenderTranscriptInput,
  strategy: RenderStrategy,
  options?: Pick<
    RenderSessionOptions,
    'runtime' | 'outputStyle' | 'filePathRenderStyle' | 'includeHeaderDetails' | 'includeNextSteps'
  >,
)

Source from the content-addressed store, hash-verified

196}
197
198export function renderTranscript(
199 input: RenderTranscriptInput,
200 strategy: RenderStrategy,
201 options?: Pick<
202 RenderSessionOptions,
203 'runtime' | 'outputStyle' | 'filePathRenderStyle' | 'includeHeaderDetails' | 'includeNextSteps'
204 >,
205): string {
206 return createRenderHooks(strategy, { ...options, interactive: false }).finalize(input);
207}

Callers 3

simulatorsResourceLogicFunction · 0.90
devicesResourceLogicFunction · 0.90

Calls 2

createRenderHooksFunction · 0.85
finalizeMethod · 0.65

Tested by

no test coverage detected