Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/perkeep/perkeep
/ next
Method
next
pkg/search/expr.go:92–99 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
90
}
91
92
func
(p *parser) next() *token {
93
if
p.peeked != nil {
94
t := p.peeked
95
p.peeked = nil
96
return
t
97
}
98
return
p.readInternal()
99
}
100
101
func
(p *parser) peek() *token {
102
if
p.peeked == nil {
Callers
15
stripNot
Method · 0.95
parseExp
Method · 0.95
parseGroup
Method · 0.95
parseOrRHS
Method · 0.95
parseAnd
Method · 0.95
parseAndRHS
Method · 0.95
atomWords
Method · 0.95
parseExpression
Function · 0.45
doChecking
Function · 0.45
jquery-ui.min.js
File · 0.45
getPkPutVersion
Method · 0.45
jquery-ui-1.8.5.custom.min.js
File · 0.45
Calls
1
readInternal
Method · 0.95
Tested by
1
doChecking
Function · 0.36