MCPcopy Create free account
hub / github.com/barnybug/cli53 / eof

Method eof

lexer.go:64–66  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

62}
63
64func (l *lexer) eof() bool {
65 return l.pos >= len(l.input)
66}
67
68func (l *lexer) Error(msg string) error {
69 return fmt.Errorf("%s: %s[%s]%s", msg, l.input[0:l.start], l.input[l.start:l.pos], l.input[l.pos:])

Callers 1

ParseKeyValuesFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected