Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/auxten/postgresql-parser
/ populateHelpMsg
Method
populateHelpMsg
pkg/sql/parser/lexer.go:255–257 ·
view source on GitHub ↗
(msg string)
Source
from the content-addressed store, hash-verified
253
}
254
255
func
(l *lexer) populateHelpMsg(msg string) {
256
l.lastError = errors.WithHint(errors.Wrap(l.lastError,
"help token in input"
), msg)
257
}
Callers
2
SetHelp
Method · 0.95
helpWith
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected