MCPcopy Create free account
hub / github.com/aptly-dev/aptly / DBPath

Method DBPath

context/context.go:287–292  ·  view source on GitHub ↗

DBPath builds path to database

()

Source from the content-addressed store, hash-verified

285
286// DBPath builds path to database
287func (context *AptlyContext) DBPath() string {
288 context.Lock()
289 defer context.Unlock()
290
291 return context.dbPath()
292}
293
294// DBPath builds path to database
295func (context *AptlyContext) dbPath() string {

Callers 1

aptlyDBRecoverFunction · 0.80

Calls 1

dbPathMethod · 0.95

Tested by

no test coverage detected