MCPcopy Index your code
hub / github.com/perkeep/perkeep / notConst

Function notConst

pkg/search/expr.go:72–79  ·  view source on GitHub ↗
(a *Constraint)

Source from the content-addressed store, hash-verified

70}
71
72func notConst(a *Constraint) *Constraint {
73 return &Constraint{
74 Logical: &LogicalConstraint{
75 Op: "not",
76 A: a,
77 },
78 }
79}
80
81type parser struct {
82 tokens chan token

Callers 2

parseOperandMethod · 0.85
expr_test.goFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected