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

Method WALPath

db.go:452–454  ·  view source on GitHub ↗

WALPath returns the path to the database's WAL file.

()

Source from the content-addressed store, hash-verified

450
451// WALPath returns the path to the database's WAL file.
452func (db *DB) WALPath() string {
453 return db.path + "-wal"
454}
455
456// MetaPath returns the path to the database metadata.
457func (db *DB) MetaPath() string {

Callers 15

walFileSizeMethod · 0.95
ensureWALExistsMethod · 0.95
verifyWithExecutorMethod · 0.95
lastPageMatchMethod · 0.95
detectFullCheckpointMethod · 0.95
syncMethod · 0.95
SnapshotReaderMethod · 0.95
TestDB_WALPathFunction · 0.95
TestDB_Sync_ErrorMetricsFunction · 0.95

Calls

no outgoing calls