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

Method SetLogger

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

SetLogger FIXME ...

(logger log.Logger)

Source from the content-addressed store, hash-verified

296
297// SetLogger FIXME ...
298func (apiClient *ApiClient) SetLogger(logger log.Logger) {
299 apiClient.logger = logger
300}
301
302// GetClient returns the underlying http.Client
303func (apiClient *ApiClient) GetClient() *http.Client {

Callers 1

CreateAsyncApiClientFunction · 0.80

Implementers 2

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

Calls

no outgoing calls

Tested by

no test coverage detected