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

Function renderUpdateText

src/commands/project.ts:590–596  ·  view source on GitHub ↗
(r: CliUpdateProjectResponse)

Source from the content-addressed store, hash-verified

588}
589
590function renderUpdateText(r: CliUpdateProjectResponse): string {
591 return [
592 `id: ${r.id}`,
593 `updatedFields: ${r.updatedFields?.join(', ') ?? '(none)'}`,
594 `updatedAt: ${r.updatedAt}`,
595 ].join('\n');
596}
597
598function localValidationError(message: string): ApiError {
599 return ApiError.fromEnvelope({

Callers 1

runUpdateFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected