MCPcopy
hub / github.com/apache/devlake / logError

Method logError

backend/helpers/pluginhelper/api/api_client.go:313–317  ·  view source on GitHub ↗
(err error, format string, a ...interface{})

Source from the content-addressed store, hash-verified

311}
312
313func (apiClient *ApiClient) logError(err error, format string, a ...interface{}) {
314 if apiClient.logger != nil {
315 apiClient.logger.Error(err, format, a...)
316 }
317}
318
319// Do FIXME ...
320func (apiClient *ApiClient) Do(

Callers 1

DoMethod · 0.95

Implementers 2

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

Calls 1

ErrorMethod · 0.65

Tested by

no test coverage detected