SetTLSFingerprintAndroid is a global wrapper methods which delegated to the default client's Client.SetTLSFingerprintAndroid.
()
| 762 | // SetTLSFingerprintAndroid is a global wrapper methods which delegated |
| 763 | // to the default client's Client.SetTLSFingerprintAndroid. |
| 764 | func SetTLSFingerprintAndroid() *Client { |
| 765 | return defaultClient.SetTLSFingerprintAndroid() |
| 766 | } |
| 767 | |
| 768 | // SetTLSFingerprint360 is a global wrapper methods which delegated |
| 769 | // to the default client's Client.SetTLSFingerprint360. |
nothing calls this directly
no test coverage detected
searching dependent graphs…