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

Function createRenderSession

src/rendering/render.ts:189–196  ·  view source on GitHub ↗
(
  strategy: RenderStrategy,
  options?: RenderSessionOptions,
)

Source from the content-addressed store, hash-verified

187}
188
189export function createRenderSession(
190 strategy: RenderStrategy,
191 options?: RenderSessionOptions,
192): RenderSession {
193 return createBaseRenderSession(
194 createRenderHooks(strategy, { ...options, interactive: options?.interactive ?? false }),
195 );
196}
197
198export function renderTranscript(
199 input: RenderTranscriptInput,

Callers 11

invokeRegisteredToolFunction · 0.90
invokeAndCollectFunction · 0.90
invokeAndCollectFunction · 0.90
callHandlerFunction · 0.90
registerToolSubcommandFunction · 0.90
invokeMethod · 0.90
invokeDirectMethod · 0.90
invokeAndFinalizeFunction · 0.90

Calls 2

createBaseRenderSessionFunction · 0.85
createRenderHooksFunction · 0.85

Tested by 3

invokeAndCollectFunction · 0.72
invokeAndCollectFunction · 0.72
invokeAndFinalizeFunction · 0.72