MCPcopy Create free account
hub / github.com/auxten/postgresql-parser / withCandidateCode

Struct withCandidateCode

pkg/sql/pgwire/pgerror/with_candidate_code.go:23–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21)
22
23type withCandidateCode struct {
24 cause error
25 code string
26}
27
28var _ error = (*withCandidateCode)(nil)
29var _ errors.SafeDetailer = (*withCandidateCode)(nil)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected