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

Method SetHeaders

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

SetHeaders FIXME ...

(headers map[string]string)

Source from the content-addressed store, hash-verified

238
239// SetHeaders FIXME ...
240func (apiClient *ApiClient) SetHeaders(headers map[string]string) {
241 apiClient.headers = headers
242}
243
244// GetHeaders FIXME ...
245func (apiClient *ApiClient) GetHeaders() map[string]string {

Callers 1

SetupMethod · 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