MCPcopy Index your code
hub / github.com/github/copilot-sdk / roundTripper

Method roundTripper

go/copilot_request_handler.go:165–170  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

163}
164
165func (h *CopilotRequestHandler) roundTripper() http.RoundTripper {
166 if h.Transport != nil {
167 return h.Transport
168 }
169 return sharedHTTPTransport
170}
171
172func (h *CopilotRequestHandler) handleHTTP(rctx *CopilotRequestContext, sink *responseSink) error {
173 httpReq, err := buildHTTPRequest(rctx)

Callers 1

handleHTTPMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected