MCPcopy Create free account
hub / github.com/conforma/cli / OutputAppstudioReport

Function OutputAppstudioReport

internal/applicationsnapshot/report.go:405–412  ·  view source on GitHub ↗
(t TestReport)

Source from the content-addressed store, hash-verified

403}
404
405func OutputAppstudioReport(t TestReport) {
406 out, err := json.Marshal(t)
407 if err != nil {
408 // Unlikely
409 panic(err)
410 }
411 fmt.Printf("%s\n", out)
412}
413
414func AppstudioReportForError(prefix string, err error) TestReport {
415 return TestReport{

Callers 1

appstudioErrorHandlerFunction · 0.92

Calls 1

PrintfMethod · 0.65

Tested by

no test coverage detected