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

Method WritePredicate

internal/validate/vsa/interfaces.go:30–30  ·  view source on GitHub ↗
(pred T)

Source from the content-addressed store, hash-verified

28// PredicateWriter interface for writing VSA predicates to files
29type PredicateWriter[T any] interface {
30 WritePredicate(pred T) (string, error)
31}
32
33// PredicateAttestor interface for attesting VSA predicates and writing envelopes

Callers 2

Implementers 2

SnapshotPredicateWriterinternal/applicationsnapshot/vsa.go
Writerinternal/validate/vsa/vsa.go

Calls

no outgoing calls

Tested by

no test coverage detected