MCPcopy Create free account
hub / github.com/getsentry/XcodeBuildMCP / renderNextStep

Function renderNextStep

src/utils/responses/next-steps-renderer.ts:5–7  ·  view source on GitHub ↗
(step: NextStep, runtime: RuntimeKind)

Source from the content-addressed store, hash-verified

3import { formatNextStep } from './next-step-formatting.ts';
4
5export function renderNextStep(step: NextStep, runtime: RuntimeKind): string {
6 return formatNextStep(step, { runtime });
7}
8
9export function renderNextStepsSection(steps: NextStep[], runtime: RuntimeKind): string {
10 if (steps.length === 0) {

Callers 2

renderNextStepsSectionFunction · 0.85

Calls 1

formatNextStepFunction · 0.90

Tested by

no test coverage detected