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

Method GeneratePredicate

internal/validate/vsa/interfaces.go:25–25  ·  view source on GitHub ↗
(ctx context.Context)

Source from the content-addressed store, hash-verified

23// PredicateGenerator interface for generating VSA predicates
24type PredicateGenerator[T any] interface {
25 GeneratePredicate(ctx context.Context) (T, error)
26}
27
28// PredicateWriter interface for writing VSA predicates to files

Callers 2

Implementers 2

SnapshotPredicateGeneratorinternal/applicationsnapshot/vsa.go
Generatorinternal/validate/vsa/vsa.go

Calls

no outgoing calls

Tested by

no test coverage detected