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

Function GetPath

pkg/util/shutdownmarker/shutdown_marker.go:60–62  ·  view source on GitHub ↗

GetPath returns the absolute path of the shutdown marker file

(dirPath string)

Source from the content-addressed store, hash-verified

58
59// GetPath returns the absolute path of the shutdown marker file
60func GetPath(dirPath string) string {
61 return path.Join(dirPath, shutdownMarkerFilename)
62}

Callers 3

startingMethod · 0.92
stoppingMethod · 0.92

Calls 1

JoinMethod · 0.65

Tested by

no test coverage detected