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

Method String

pkg/regexp/regexp.go:84–91  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

82}
83
84func (r *Regexp) String() string {
85 var strings string
86 for _, m := range r.matchers {
87 strings += fmt.Sprintf("%s, ", m.GetRegexString())
88 }
89
90 return strings
91}
92
93// cheatToSeeInternals is a struct that mirrors the memory layout of labels.FastRegexMatcher
94// to allow unsafe access to its private fields for performance optimization decisions.

Callers 15

TestPollerOwnershipFunction · 0.45
writeBadBlockFilesFunction · 0.45
pushBlocksToTenantFunction · 0.45
TestQueryRangeExemplarsFunction · 0.45
TestQueryRangeEndCutoffFunction · 0.45
toolResultFunction · 0.45
MatchMethod · 0.45
commonKafkaClientOptionsFunction · 0.45
ValidateMethod · 0.45
IngesterPartitionIDFunction · 0.45
LiveStoreConsumerGroupIDFunction · 0.45

Calls

no outgoing calls

Tested by 11

TestPollerOwnershipFunction · 0.36
writeBadBlockFilesFunction · 0.36
pushBlocksToTenantFunction · 0.36
TestQueryRangeExemplarsFunction · 0.36
TestQueryRangeEndCutoffFunction · 0.36
toolResultFunction · 0.36
TestMultipleItemsFunction · 0.36
TestConcurrentDequeueFunction · 0.36
TestBuildSearchRequestFunction · 0.36