MCPcopy
hub / github.com/grafana/dskit / Log

Method Log

kv/client_test.go:159–161  ·  view source on GitHub ↗
(_ ...interface{})

Source from the content-addressed store, hash-verified

157type testLogger struct{}
158
159func (l testLogger) Log(_ ...interface{}) error {
160 return nil
161}
162
163func TestDefaultStoreValue(t *testing.T) {
164 cfg1 := Config{}

Callers 15

GetMultiMethod · 0.45
SetAsyncMethod · 0.45
itemSizeIsAcceptableMethod · 0.45
GetMultiMethod · 0.45
trackErrorMethod · 0.45
resolveAddrsLoopMethod · 0.45
resolveAddrsMethod · 0.45
GetMultiMethod · 0.45
GetMultiMethod · 0.45
GetMultiWithErrorMethod · 0.45
GetMultiMethod · 0.45
HTTPResponseFromErrorFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected