MCPcopy Create free account
hub / github.com/deathkiller/jazz2-native / GetURL

Method GetURL

Sources/Shared/IO/WebRequest.cpp:939–944  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

937 }
938
939 String WebResponse::GetURL() const
940 {
941 DEATH_ASSERT(_impl != nullptr, "Cannot be called with an uninitialized object", {});
942
943 return _impl->GetURL();
944 }
945
946 String WebResponse::GetHeader(StringView name) const
947 {

Callers 2

SetProxyMethod · 0.80
DoStartPrepareMethod · 0.80

Calls 2

DEATH_ASSERTFunction · 0.85
WinHTTPQueryOptionStringFunction · 0.85

Tested by

no test coverage detected