MCPcopy Create free account
hub / github.com/dataddo/pgq / Fatal

Method Fatal

errors_test.go:19–21  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

17}
18
19func (l *legacyPGErrorImplementation) Fatal() bool {
20 return l.fatal
21}
22
23func (l *legacyPGErrorImplementation) Get(k byte) (v string) {
24 return l.codes[k]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected