SetTLSFingerprintIOS is a global wrapper methods which delegated to the default client's Client.SetTLSFingerprintIOS.
()
| 792 | // SetTLSFingerprintIOS is a global wrapper methods which delegated |
| 793 | // to the default client's Client.SetTLSFingerprintIOS. |
| 794 | func SetTLSFingerprintIOS() *Client { |
| 795 | return defaultClient.SetTLSFingerprintIOS() |
| 796 | } |
| 797 | |
| 798 | // SetTLSFingerprintSafari is a global wrapper methods which delegated |
| 799 | // to the default client's Client.SetTLSFingerprintSafari. |
nothing calls this directly
no test coverage detected
searching dependent graphs…