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

Function text

src/test-utils/test-helpers.ts:65–71  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

63 return ctx.nextStepParams;
64 },
65 text() {
66 return renderCliTextTranscript({
67 items: [],
68 structuredOutput: ctx.structuredOutput,
69 nextSteps: ctx.nextSteps,
70 });
71 },
72 isError() {
73 return ctx.structuredOutput?.result.didError === true;
74 },

Callers

nothing calls this directly

Calls 1

renderCliTextTranscriptFunction · 0.90

Tested by

no test coverage detected