Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
68
func
(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
TestParseKeyValuesErrors
Function · 0.80
ParseKeyValues
Function · 0.80
Calls
no outgoing calls
Tested by
1
TestParseKeyValuesErrors
Function · 0.64