MCPcopy Create free account
hub / github.com/TestSprite/testsprite-cli / renderCodePutText

Function renderCodePutText

src/commands/test.ts:3461–3467  ·  view source on GitHub ↗
(response: CliPutTestCodeResponse)

Source from the content-addressed store, hash-verified

3459}
3460
3461function renderCodePutText(response: CliPutTestCodeResponse): string {
3462 return [
3463 `testId ${response.testId}`,
3464 `codeVersion ${response.codeVersion}`,
3465 `updatedAt ${response.updatedAt}`,
3466 ].join('\n');
3467}
3468
3469interface StepsOptions extends CommonOptions {
3470 testId: string;

Callers 1

runCodePutFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected