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

Function SetResultStateCheckFunc

client_wrapper.go:44–46  ·  view source on GitHub ↗

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

(fn func(resp *Response) ResultState)

Source from the content-addressed store, hash-verified

42// SetResultStateCheckFunc is a global wrapper methods which delegated
43// to the default client's Client.SetCommonResultStateCheckFunc.
44func SetResultStateCheckFunc(fn func(resp *Response) ResultState) *Client {
45 return defaultClient.SetResultStateCheckFunc(fn)
46}
47
48// SetCommonFormDataFromValues is a global wrapper methods which delegated
49// to the default client's Client.SetCommonFormDataFromValues.

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…