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

Function defaultLiveStore

modules/livestore/instance_search_test.go:639–642  ·  view source on GitHub ↗
(t testing.TB, tmpDir string)

Source from the content-addressed store, hash-verified

637}
638
639func defaultLiveStore(t testing.TB, tmpDir string) (*LiveStore, error) {
640 cfg := defaultConfig(t, tmpDir)
641 return liveStoreWithConfig(t, cfg)
642}
643
644func liveStoreWithConfig(t testing.TB, cfg Config) (*LiveStore, error) {
645 // Create overrides

Calls 2

liveStoreWithConfigFunction · 0.85
defaultConfigFunction · 0.70

Tested by

no test coverage detected