MCPcopy Index your code
hub / github.com/apache/devlake / Get

Method Get

backend/plugins/github/token/refresh_api_client.go:68–70  ·  view source on GitHub ↗
(path string, query url.Values, headers http.Header)

Source from the content-addressed store, hash-verified

66func (c *refreshApiClient) GetAfterFunction() plugin.ApiClientAfterResponse { return nil }
67
68func (c *refreshApiClient) Get(path string, query url.Values, headers http.Header) (*http.Response, errors.Error) {
69 return c.do(http.MethodGet, path, query, nil, headers)
70}
71
72func (c *refreshApiClient) Post(path string, query url.Values, body interface{}, headers http.Header) (*http.Response, errors.Error) {
73 return c.do(http.MethodPost, path, query, body, headers)

Callers

nothing calls this directly

Calls 1

doMethod · 0.95

Tested by

no test coverage detected