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

Struct mockOp

pkg/flushqueues/exclusivequeues_test.go:15–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13)
14
15type mockOp struct {
16 key string
17}
18
19func (m mockOp) Key() string {
20 return m.key

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected