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

Method Path

db.go:160–162  ·  db.go::DB.Path

Path returns the path to currently open database file.

()

Source from the content-addressed store, hash-verified

158
159// Path returns the path to currently open database file.
160func (db *DB) Path() string {
161 return db.path
162}
163
164// GoString returns the Go string representation of the database.
165func (db *DB) GoString() string {

Callers 15

ExampleCursorFunction · 0.45
ExampleCursor_reverseFunction · 0.45
ExampleBucket_PutFunction · 0.45
ExampleBucket_DeleteFunction · 0.45
ExampleBucket_ForEachFunction · 0.45
TestOpenFunction · 0.45
TestOpen_ErrChecksumFunction · 0.45
TestOpen_SizeFunction · 0.45
TestOpen_Size_LargeFunction · 0.45

Calls

no outgoing calls

Tested by 15

ExampleCursorFunction · 0.36
ExampleCursor_reverseFunction · 0.36
ExampleBucket_PutFunction · 0.36
ExampleBucket_DeleteFunction · 0.36
ExampleBucket_ForEachFunction · 0.36
TestOpenFunction · 0.36
TestOpen_ErrChecksumFunction · 0.36
TestOpen_SizeFunction · 0.36
TestOpen_Size_LargeFunction · 0.36