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

Struct Writer

internal/validate/vsa/vsa.go:326–330  ·  view source on GitHub ↗

Writer handles VSA file writing

Source from the content-addressed store, hash-verified

324
325// Writer handles VSA file writing
326type Writer struct {
327 FS afero.Fs // defaults to the package-level FS or afero.NewOsFs()
328 TempDirPrefix string // defaults to "vsa-"
329 FilePerm os.FileMode // defaults to 0o600
330}
331
332// NewWriter creates a new VSA file writer
333func NewWriter() *Writer {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected