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

Method String

pkg/drain/log_cluster.go:47–53  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

45}
46
47func (c *LogCluster) String() string {
48 if c.cache != "" {
49 return c.cache
50 }
51 c.cache = c.Stringer(c.Tokens)
52 return c.cache
53}
54
55func (c *LogCluster) GetTokens() []string {
56 return c.Tokens

Callers 7

generateFeatureFunction · 0.45
TestFixturesFunction · 0.45
mainFunction · 0.45

Calls

no outgoing calls