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

Method SetMetaPath

db.go:462–464  ·  view source on GitHub ↗

SetMetaPath sets the path to database metadata.

(path string)

Source from the content-addressed store, hash-verified

460
461// SetMetaPath sets the path to database metadata.
462func (db *DB) SetMetaPath(path string) {
463 db.metaPath = path
464}
465
466// LTXDir returns path of the root LTX directory.
467func (db *DB) LTXDir() string {

Callers 1

NewDBFromConfigFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected