Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/barnybug/cli53
/ acceptAny
Method
acceptAny
lexer.go:38–41 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
36
}
37
38
func
(l *lexer) acceptAny() string {
39
l.next()
40
return
l.emit()
41
}
42
43
func
(l *lexer) acceptRun(pred
func
(rune) bool) string {
44
for
pred(l.next()) {
Callers
1
ParseKeyValues
Function · 0.80
Calls
2
next
Method · 0.95
emit
Method · 0.95
Tested by
no test coverage detected