MCPcopy Create free account
hub / github.com/comaps/comaps / WasRedirected

Method WasRedirected

libs/platform/http_client.cpp:104–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102}
103
104bool HttpClient::WasRedirected() const
105{
106 return m_urlRequested != m_urlReceived;
107}
108
109int HttpClient::ErrorCode() const
110{

Callers 14

DoPingFunction · 0.80
LoadFunction · 0.80
FetchSessionIdMethod · 0.80
LoginUserPasswordMethod · 0.80
LoginSocialMethod · 0.80
SendAuthRequestMethod · 0.80
FetchRequestTokenMethod · 0.80
FinishAuthorizationMethod · 0.80
RequestMethod · 0.80
DirectRequestMethod · 0.80
DownloadMethod · 0.80
DebugPrintFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected