Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
53
func
(e *DBNotReadyError) Is(target error) bool {
54
_, ok := target.(*DBNotReadyError)
55
return
ok
56
}
57
58
// Store defaults
59
const
(
Callers
15
handleSync
Method · 0.80
Delete
Method · 0.80
Open
Method · 0.80
isRetryablePageError
Function · 0.80
monitorReplicaClient
Method · 0.80
waitForRestorePlan
Method · 0.80
monitorCompaction
Method · 0.80
monitorSnapshots
Method · 0.80
monitorL0Retention
Method · 0.80
Close
Method · 0.80
monitorCompactionLevel
Method · 0.80
monitorL0Retention
Method · 0.80
Calls
no outgoing calls
Tested by
15
TestStore_CompactDB
Function · 0.64
TestReplica_CalcRestorePlan
Function · 0.64
TestReplica_TimeBounds
Function · 0.64
TestReplica_RestoreV3
Function · 0.64
TestReplicaClient_OpenLTXFile
Function · 0.64
TestReplicaClient_DeleteWALSegments
Function · 0.64
TestReplicaClient_S3_ErrorContext
Function · 0.64
TestDB_Close_SyncRetry
Function · 0.64
TestVFS_WriteLockBlocksConcurrentWriters
Function · 0.64
TestVFS_RealConflict_StillDetected
Function · 0.64
TestVFS_TempDirExhaustion
Function · 0.64
TestNewLTXError
Function · 0.64