SetCommonErrorResult is a global wrapper methods which delegated to the default client's Client.SetCommonError.
(err any)
| 36 | // SetCommonErrorResult is a global wrapper methods which delegated |
| 37 | // to the default client's Client.SetCommonError. |
| 38 | func SetCommonErrorResult(err any) *Client { |
| 39 | return defaultClient.SetCommonErrorResult(err) |
| 40 | } |
| 41 | |
| 42 | // SetResultStateCheckFunc is a global wrapper methods which delegated |
| 43 | // to the default client's Client.SetCommonResultStateCheckFunc. |
nothing calls this directly
no test coverage detected
searching dependent graphs…