SetTLSFingerprintChrome is a global wrapper methods which delegated to the default client's Client.SetTLSFingerprintChrome.
()
| 756 | // SetTLSFingerprintChrome is a global wrapper methods which delegated |
| 757 | // to the default client's Client.SetTLSFingerprintChrome. |
| 758 | func SetTLSFingerprintChrome() *Client { |
| 759 | return defaultClient.SetTLSFingerprintChrome() |
| 760 | } |
| 761 | |
| 762 | // SetTLSFingerprintAndroid is a global wrapper methods which delegated |
| 763 | // to the default client's Client.SetTLSFingerprintAndroid. |
nothing calls this directly
no test coverage detected
searching dependent graphs…