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

Method Error

lexer.go:68–70  ·  view source on GitHub ↗
(msg string)

Source from the content-addressed store, hash-verified

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:])
70}

Callers 2

TestParseKeyValuesErrorsFunction · 0.80
ParseKeyValuesFunction · 0.80

Calls

no outgoing calls

Tested by 1

TestParseKeyValuesErrorsFunction · 0.64