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

Function SetCommonQueryString

client_wrapper.go:194–196  ·  view source on GitHub ↗

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

(query string)

Source from the content-addressed store, hash-verified

192// SetCommonQueryString is a global wrapper methods which delegated
193// to the default client's Client.SetCommonQueryString.
194func SetCommonQueryString(query string) *Client {
195 return defaultClient.SetCommonQueryString(query)
196}
197
198// SetCommonQueryParamsFromValues is a global wrapper methods which delegated
199// to the default client's Client.SetCommonQueryParamsFromValues.

Callers

nothing calls this directly

Calls 1

SetCommonQueryStringMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…