Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
314
func
(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
checkValid
Method · 0.65
checkValid
Method · 0.65
Query
Method · 0.65
checkValid
Method · 0.65
checkValid
Method · 0.65
Implementers
11
SearchQuery
pkg/search/query.go
Constraint
pkg/search/query.go
IntConstraint
pkg/search/query.go
FloatConstraint
pkg/search/query.go
ClaimConstraint
pkg/search/query.go
PermanodeContinueConstraint
pkg/search/query.go
RelationConstraint
pkg/search/query.go
LogicalConstraint
pkg/search/query.go
PermanodeConstraint
pkg/search/query.go
FileConstraint
pkg/search/query.go
DirConstraint
pkg/search/query.go
Calls
no outgoing calls
Tested by
no test coverage detected