Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/barnybug/cli53
/ backup
Method
backup
lexer.go:60–62 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
58
}
59
60
func
(l *lexer) backup() {
61
l.pos -= l.width
62
}
63
64
func
(l *lexer) eof() bool {
65
return
l.pos >= len(l.input)
Callers
2
accept
Method · 0.95
acceptRun
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected