Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aptly-dev/aptly
/ Current
Method
Current
query/lex.go:122–128 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
120
}
121
122
func
(l *lexer) Current() item {
123
if
l.last.typ == 0 {
124
l.last = <-l.items
125
}
126
127
return
l.last
128
}
129
130
func
(l *lexer) Consume() {
131
l.last = <-l.items
Callers
12
skipIfRoot
Function · 0.80
parse
Method · 0.80
Query
Method · 0.80
A
Method · 0.80
B
Method · 0.80
C
Method · 0.80
D
Method · 0.80
Condition
Method · 0.80
ArchCondition
Method · 0.80
TestConsume
Method · 0.80
TestString
Method · 0.80
TestError
Method · 0.80
Calls
no outgoing calls
Tested by
4
skipIfRoot
Function · 0.64
TestConsume
Method · 0.64
TestString
Method · 0.64
TestError
Method · 0.64