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

Method SetEndpoint

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

SetEndpoint FIXME ...

(endpoint string)

Source from the content-addressed store, hash-verified

200
201// SetEndpoint FIXME ...
202func (apiClient *ApiClient) SetEndpoint(endpoint string) {
203 apiClient.endpoint = endpoint
204}
205
206// GetEndpoint FIXME ...
207func (apiClient *ApiClient) GetEndpoint() 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