Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
491
const
specialHelpErrorPrefix =
"help token in input"
492
493
func
(l *lexer) populateHelpMsg(msg string) {
494
l.lastError = errors.WithHint(errors.Wrap(l.lastError, specialHelpErrorPrefix), msg)
495
}
Callers
2
SetHelp
Method · 0.95
helpWith
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected