MCPcopy Create free account
hub / github.com/bytebase/bytebase / Error

Method Error

backend/plugin/db/pg/pg.go:492–494  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

490}
491
492func (e *LockTimeoutError) Error() string {
493 return e.Message
494}
495
496func isLockTimeoutError(message string) bool {
497 return strings.Contains(message, "canceling statement due to lock timeout")

Callers 15

TestNewSender_NilConfigFunction · 0.45
TestValidateIssuerURLFunction · 0.45
ExchangeTokenMethod · 0.45
UserInfoMethod · 0.45
UserInfoMethod · 0.45
AuthenticateMethod · 0.45
executeStatementsFunction · 0.45
TestLoader_TableBasicFunction · 0.45

Calls

no outgoing calls