MCPcopy 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
60func (l *lexer) backup() {
61 l.pos -= l.width
62}
63
64func (l *lexer) eof() bool {
65 return l.pos >= len(l.input)

Callers 2

acceptMethod · 0.95
acceptRunMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected