Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
415
func
(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
WriteHeader
Method · 0.95
Write
Method · 0.65
Tested by
no test coverage detected