MCPcopy
hub / github.com/perkeep/perkeep / LogicalConstraint

Struct LogicalConstraint

pkg/search/query.go:672–676  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

670}
671
672type LogicalConstraint struct {
673 Op string `json:"op"` // "and", "or", "xor", "not"
674 A *Constraint `json:"a"`
675 B *Constraint `json:"b"` // only valid if Op != "not"
676}
677
678// PermanodeConstraint matches permanodes.
679type PermanodeConstraint struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected