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

Function mapToQueryString

backend/test/helper/api.go:382–388  ·  view source on GitHub ↗
(queryParams map[string]string)

Source from the content-addressed store, hash-verified

380}
381
382func mapToQueryString(queryParams map[string]string) string {
383 params := make([]string, 0)
384 for k, v := range queryParams {
385 params = append(params, k+"="+v)
386 }
387 return strings.Join(params, "&")
388}
389
390// MonitorPipeline FIXME
391func (d *DevlakeClient) monitorPipeline(id uint64) models.Pipeline {

Callers 2

RemoteScopesMethod · 0.85
SearchRemoteScopesMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected