Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/jmespath/go-jmespath
/ current
Method
current
parser.go:565–567 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
563
}
564
565
func
(p *Parser) current() tokType {
566
return
p.lookahead(0)
567
}
568
569
func
(p *Parser) lookaheadToken(number int) token {
570
return
p.tokens[p.index+number]
Callers
11
Parse
Method · 0.95
parseExpression
Method · 0.95
parseSliceExpression
Method · 0.95
match
Method · 0.95
led
Method · 0.95
nud
Method · 0.95
parseMultiSelectList
Method · 0.95
parseMultiSelectHash
Method · 0.95
parseFilter
Method · 0.95
parseDotRHS
Method · 0.95
parseProjectionRHS
Method · 0.95
Calls
1
lookahead
Method · 0.95
Tested by
no test coverage detected