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

Method Print

internal/output/output.go:295–297  ·  view source on GitHub ↗

Print prints an Output instance

(out io.Writer)

Source from the content-addressed store, hash-verified

293
294// Print prints an Output instance
295func (o *Output) Print(out io.Writer) error {
296 return o.print(out, "")
297}
298
299func (o *Output) print(out io.Writer, indent string) error {
300 e := json.NewEncoder(out)

Callers 5

Test_PrintExpectedJSONFunction · 0.95
writeVSASectionsToStdoutFunction · 0.45
buildCliImageMethod · 0.45
buildTaskBundleImageMethod · 0.45
logExecutionFunction · 0.45

Calls 1

printMethod · 0.95

Tested by 1

Test_PrintExpectedJSONFunction · 0.76