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

Function printVSAInfo

cmd/validate/vsa.go:90–92  ·  view source on GitHub ↗

Helper function for color-aware output

(w io.Writer, message string)

Source from the content-addressed store, hash-verified

88
89// Helper function for color-aware output
90func printVSAInfo(w io.Writer, message string) {
91 fmt.Fprintf(w, "[INFO] %s\n", message)
92}
93
94// validateVSAData holds the command data
95type validateVSAData struct {

Callers 2

runValidateVSAFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected