MCPcopy Create free account
hub / github.com/cockroachdb/cockroachdb-parser / populateHelpMsg

Method populateHelpMsg

pkg/sql/parser/lexer.go:493–495  ·  view source on GitHub ↗
(msg string)

Source from the content-addressed store, hash-verified

491const specialHelpErrorPrefix = "help token in input"
492
493func (l *lexer) populateHelpMsg(msg string) {
494 l.lastError = errors.WithHint(errors.Wrap(l.lastError, specialHelpErrorPrefix), msg)
495}

Callers 2

SetHelpMethod · 0.95
helpWithFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected