Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/rqlite/rqlite
/ mockStatusReporter
Struct
mockStatusReporter
http/service_test.go:2739–2740 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2737
}
2738
2739
type
mockStatusReporter
struct
{
2740
}
2741
2742
func
(m *mockStatusReporter) Stats() (
map
[string]any, error) {
2743
return
nil, nil
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected