SetTLSFingerprintEdge is a global wrapper methods which delegated to the default client's Client.SetTLSFingerprintEdge.
()
| 774 | // SetTLSFingerprintEdge is a global wrapper methods which delegated |
| 775 | // to the default client's Client.SetTLSFingerprintEdge. |
| 776 | func SetTLSFingerprintEdge() *Client { |
| 777 | return defaultClient.SetTLSFingerprintEdge() |
| 778 | } |
| 779 | |
| 780 | // SetTLSFingerprintFirefox is a global wrapper methods which delegated |
| 781 | // to the default client's Client.SetTLSFingerprintFirefox. |
nothing calls this directly
no test coverage detected
searching dependent graphs…