MCPcopy
hub / github.com/grafana/tempo / rootPath

Method rootPath

tempodb/backend/local/local.go:310–312  ·  view source on GitHub ↗
(keypath backend.KeyPath)

Source from the content-addressed store, hash-verified

308}
309
310func (rw *Backend) rootPath(keypath backend.KeyPath) string {
311 return filepath.Join(rw.cfg.Path, filepath.Join(keypath...))
312}
313
314func readError(err error) error {
315 if os.IsNotExist(err) {

Callers 12

ClearBlockMethod · 0.95
TombstoneBlockMethod · 0.95
compactedMetaFileNameMethod · 0.95
WriteMethod · 0.95
AppendMethod · 0.95
DeleteMethod · 0.95
ListMethod · 0.95
ListBlocksMethod · 0.95
FindMethod · 0.95
ShutdownMethod · 0.95
objectFileNameMethod · 0.95
metaFileNameMethod · 0.95

Calls 1

JoinMethod · 0.65

Tested by

no test coverage detected