MCPcopy
hub / github.com/github/github-mcp-server / Header

Method Header

pkg/github/helper_test.go:595–597  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

593}
594
595func (r *responseRecorder) Header() http.Header {
596 return r.header
597}
598
599func (r *responseRecorder) Write(data []byte) (int, error) {
600 if r.statusCode == 0 {

Calls

no outgoing calls

Tested by

no test coverage detected