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

Method Write

modules/frontend/mcp_tools.go:415–420  ·  view source on GitHub ↗
(data []byte)

Source from the content-addressed store, hash-verified

413}
414
415func (rb *responseBuffer) Write(data []byte) (int, error) {
416 if !rb.wroteHeader {
417 rb.WriteHeader(http.StatusOK)
418 }
419 return rb.body.Write(data)
420}

Callers

nothing calls this directly

Calls 2

WriteHeaderMethod · 0.95
WriteMethod · 0.65

Tested by

no test coverage detected