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

Function SetCommonQueryParam

client_wrapper.go:188–190  ·  view source on GitHub ↗

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

(key, value string)

Source from the content-addressed store, hash-verified

186// SetCommonQueryParam is a global wrapper methods which delegated
187// to the default client's Client.SetCommonQueryParam.
188func SetCommonQueryParam(key, value string) *Client {
189 return defaultClient.SetCommonQueryParam(key, value)
190}
191
192// SetCommonQueryString is a global wrapper methods which delegated
193// to the default client's Client.SetCommonQueryString.

Callers

nothing calls this directly

Calls 1

SetCommonQueryParamMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…