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

Function newParseExpError

pkg/search/expr.go:48–50  ·  view source on GitHub ↗
(mesg string, t token)

Source from the content-addressed store, hash-verified

46}
47
48func newParseExpError(mesg string, t token) error {
49 return parseExpError{mesg: mesg, t: t}
50}
51
52func andConst(a, b *Constraint) *Constraint {
53 return &Constraint{

Callers 5

parseGroupMethod · 0.85
parseOperandMethod · 0.85
atomWordsMethod · 0.85
parseAtomMethod · 0.85
parseExpressionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected