MCPcopy
hub / github.com/perkeep/perkeep / checkValid

Method checkValid

pkg/search/query.go:316–316  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

314func (c *Constraint) checkValid() error {
315 type checker interface {
316 checkValid() error
317 }
318 if c.Claim != nil {
319 return errors.New("TODO: implement ClaimConstraint")

Callers 5

checkValidMethod · 0.65
checkValidMethod · 0.65
QueryMethod · 0.65
checkValidMethod · 0.65
checkValidMethod · 0.65

Implementers 11

SearchQuerypkg/search/query.go
Constraintpkg/search/query.go
IntConstraintpkg/search/query.go
FloatConstraintpkg/search/query.go
ClaimConstraintpkg/search/query.go
PermanodeContinueConstraintpkg/search/query.go
RelationConstraintpkg/search/query.go
LogicalConstraintpkg/search/query.go
PermanodeConstraintpkg/search/query.go
FileConstraintpkg/search/query.go
DirConstraintpkg/search/query.go

Calls

no outgoing calls

Tested by

no test coverage detected