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

Method Write

middleware/logging_test.go:249–255  ·  view source on GitHub ↗
(b []byte)

Source from the content-addressed store, hash-verified

247}
248
249func (e errorWriter) Write(b []byte) (int, error) {
250 if e.err != nil {
251 return 0, e.err
252 }
253
254 return e.w.Write(b)
255}

Callers 5

calculateTTLMethod · 0.45
TestZeroResponseLoggerFunction · 0.45
writeAsJSONMethod · 0.45
collectMetricsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected