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

Function sharedContainerPath

integration/util/harness_config_overlay.go:58–60  ·  view source on GitHub ↗
(s *e2e.Scenario, file string)

Source from the content-addressed store, hash-verified

56}
57
58func sharedContainerPath(s *e2e.Scenario, file string) string {
59 return filepath.Join(s.SharedDir(), file)
60}
61
62// setupConfig loads and merges config files, creates the overrides file, and validates the config
63func setupConfig(t *testing.T, s *e2e.Scenario, config *TestHarnessConfig, requestedBackend string, harness *TempoHarness) app.Config {

Callers 4

GetConfigMethod · 0.85
writeFileToSharedDirFunction · 0.85
setupConfigFunction · 0.85
applyConfigOverlayFunction · 0.85

Calls 1

JoinMethod · 0.65

Tested by

no test coverage detected