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

Method Write

cmd/validate/vsa.go:1484–1486  ·  view source on GitHub ↗
(p []byte)

Source from the content-addressed store, hash-verified

1482}
1483
1484func (w *stringWriter) Write(p []byte) (n int, err error) {
1485 return w.buf.Write(p)
1486}
1487
1488// displayComponentResults displays the validation results for each component
1489// Uses the new modular section-based approach

Callers 3

trackBundleCmdFunction · 0.45
marshalVSAReportTextFunction · 0.45
writeDataToOutputFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected