MCPcopy
hub / github.com/benbjohnson/litestream / Is

Method Is

store.go:53–56  ·  view source on GitHub ↗
(target error)

Source from the content-addressed store, hash-verified

51}
52
53func (e *DBNotReadyError) Is(target error) bool {
54 _, ok := target.(*DBNotReadyError)
55 return ok
56}
57
58// Store defaults
59const (

Callers 15

handleSyncMethod · 0.80
DeleteMethod · 0.80
OpenMethod · 0.80
isRetryablePageErrorFunction · 0.80
monitorReplicaClientMethod · 0.80
waitForRestorePlanMethod · 0.80
monitorCompactionMethod · 0.80
monitorSnapshotsMethod · 0.80
monitorL0RetentionMethod · 0.80
CloseMethod · 0.80
monitorL0RetentionMethod · 0.80

Calls

no outgoing calls