MCPcopy
hub / github.com/etcd-io/bbolt / Error

Method Error

db.go:1075–1080  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1073}
1074
1075func (p panicked) Error() string {
1076 if err, ok := p.reason.(error); ok {
1077 return err.Error()
1078 }
1079 return fmt.Sprintf("panic: %v", p.reason)
1080}
1081
1082func safelyCall(fn func(*Tx) error, tx *Tx) (err error) {
1083 defer func() {

Callers

nothing calls this directly

Calls 1

ErrorMethod · 0.65

Tested by

no test coverage detected