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