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

Method readInternal

pkg/search/expr.go:109–114  ·  view source on GitHub ↗

ReadInternal should not be called directly, use 'next' or 'peek'

()

Source from the content-addressed store, hash-verified

107
108// ReadInternal should not be called directly, use 'next' or 'peek'
109func (p *parser) readInternal() *token {
110 for t := range p.tokens {
111 return &t
112 }
113 return &token{tokenEOF, "", -1}
114}
115
116func (p *parser) stripNot() (negated bool) {
117 for {

Callers 2

nextMethod · 0.95
peekMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected