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

Function SetCommonPathParam

client_wrapper.go:176–178  ·  view source on GitHub ↗

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

(key, value string)

Source from the content-addressed store, hash-verified

174// SetCommonPathParam is a global wrapper methods which delegated
175// to the default client's Client.SetCommonPathParam.
176func SetCommonPathParam(key, value string) *Client {
177 return defaultClient.SetCommonPathParam(key, value)
178}
179
180// SetCommonPathParams is a global wrapper methods which delegated
181// to the default client's Client.SetCommonPathParams.

Callers

nothing calls this directly

Calls 1

SetCommonPathParamMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…