Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dataddo/pgq
/ Get
Method
Get
errors_test.go:23–25 ·
view source on GitHub ↗
(k byte)
Source
from the content-addressed store, hash-verified
21
}
22
23
func
(l *legacyPGErrorImplementation) Get(k byte) (v string) {
24
return
l.codes[k]
25
}
26
27
type
pgErrorImplementation
struct
{
28
sqlState string
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected