Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
15
type
mockOp
struct
{
16
key string
17
}
18
19
func
(m mockOp) Key() string {
20
return
m.key
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected