MCPcopy Index your code
hub / github.com/github/github-mcp-server / withHeaders

Method withHeaders

pkg/github/helper_test.go:257–260  ·  view source on GitHub ↗
(headers map[string]string)

Source from the content-addressed store, hash-verified

255}
256
257func (p *partialMock) withHeaders(headers map[string]string) *partialMock {
258 p.expectedHeaderContains = headers
259 return p
260}
261
262func (p *partialMock) andThen(responseHandler http.HandlerFunc) http.HandlerFunc {
263 p.t.Helper()

Callers 1

Test_SearchCodeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected