SetTLSFingerprintRandomized is a global wrapper methods which delegated to the default client's Client.SetTLSFingerprintRandomized.
()
| 750 | // SetTLSFingerprintRandomized is a global wrapper methods which delegated |
| 751 | // to the default client's Client.SetTLSFingerprintRandomized. |
| 752 | func SetTLSFingerprintRandomized() *Client { |
| 753 | return defaultClient.SetTLSFingerprintRandomized() |
| 754 | } |
| 755 | |
| 756 | // SetTLSFingerprintChrome is a global wrapper methods which delegated |
| 757 | // to the default client's Client.SetTLSFingerprintChrome. |
nothing calls this directly
no test coverage detected
searching dependent graphs…