MCPcopy Index your code
hub / github.com/imroc/req / AddCommonQueryParam

Function AddCommonQueryParam

client_wrapper.go:164–166  ·  view source on GitHub ↗

AddCommonQueryParam is a global wrapper methods which delegated to the default client's Client.AddCommonQueryParam.

(key, value string)

Source from the content-addressed store, hash-verified

162// AddCommonQueryParam is a global wrapper methods which delegated
163// to the default client's Client.AddCommonQueryParam.
164func AddCommonQueryParam(key, value string) *Client {
165 return defaultClient.AddCommonQueryParam(key, value)
166}
167
168// AddCommonQueryParams is a global wrapper methods which delegated
169// to the default client's Client.AddCommonQueryParams.

Callers

nothing calls this directly

Calls 1

AddCommonQueryParamMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…