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

Method SetContext

backend/helpers/pluginhelper/api/api_client.go:281–283  ·  view source on GitHub ↗

SetContext FIXME ...

(ctx gocontext.Context)

Source from the content-addressed store, hash-verified

279
280// SetContext FIXME ...
281func (apiClient *ApiClient) SetContext(ctx gocontext.Context) {
282 apiClient.ctx = ctx
283}
284
285// SetProxy FIXME ...
286func (apiClient *ApiClient) SetProxy(proxyUrl string) errors.Error {

Callers 1

NewApiClientFunction · 0.95

Implementers 2

ApiClientbackend/helpers/pluginhelper/api/api_c
refreshApiClientbackend/plugins/github/token/refresh_a

Calls

no outgoing calls

Tested by

no test coverage detected