MCPcopy 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
255func (l *lexer) populateHelpMsg(msg string) {
256 l.lastError = errors.WithHint(errors.Wrap(l.lastError, "help token in input"), msg)
257}

Callers 2

SetHelpMethod · 0.95
helpWithFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected